Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigok committed Jun 7, 2016
1 parent 84f064c commit 44627dd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,15 +71,15 @@ Then you need to start the setup of the bot
```
mkdir myhubot
cd myhubot
yo hubot --adapter="rocketchat"
yo hubot --adapter="rocketchat@0.1"
```

It'll ask you a few questions.

Alternatively you can actually answer the questions in one command:

```
yo hubot --owner="OWNER <[email protected]>" --name="bot" --description="Bot" --adapter="rocketchat"
yo hubot --owner="OWNER <[email protected]>" --name="bot" --description="Bot" --adapter="rocketchat@0.1"
```

Also be sure to remember the name you specify. This is what the bot will respond to in Rocket.Chat.
Expand All @@ -101,7 +101,7 @@ Then start with: `bin/hubot -a rocketchat`
#### Existing install
If you already have hubot setup you can add the adapter.

By doing: `npm install hubot-rocketchat`
By doing: `npm install hubot-rocketchat@0.1`

You will need to tell the adapter where your install is and what login information to use.

Expand Down

0 comments on commit 44627dd

Please sign in to comment.