Skip to content
Snippets Groups Projects
Unverified Commit 9c5568fe authored by Diego Dorgam's avatar Diego Dorgam Committed by GitHub
Browse files

Merge pull request #26 from jszaszvari/patch-1

Update git clone to save the step of renaming
parents 0e068ffa 69051a1a
No related branches found
No related tags found
No related merge requests found
......@@ -182,13 +182,12 @@ npm install -g yo generator-hubot
Then you will clone HubotNatural repository:
```shell
git clone https://github.com/RocketChat/hubot-natural.git
git clone https://github.com/RocketChat/hubot-natural.git mybot
```
Now change directory name to whatever your bot's name will gonna be, and install hubot binaries, without overwitting any of the files inside the folder:
Change 'mybot' in the git clone command above to whatever your bot's name will be, and install hubot binaries, without overwitting any of the files inside the folder:
```shell
mv hubot-natural mybot
cd mybot
npm install
yo hubot
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment