-
Notifications
You must be signed in to change notification settings - Fork 228
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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. | ||
|
@@ -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. | ||
|
||
|