Skip to content

Commit cc634a1

Browse files
gr2mchrisdotcode
authored andcommitted
docs(README): replace hubot --create with yo hubot
1 parent 548e0ec commit cc634a1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ This is the IRC adapter for hubot. For discussion about this adapter, join `#hu
1313

1414
To get your own hubot up and running we recommend following the [Getting Started](https://github.com/github/hubot/tree/master/docs) directions from the hubot wiki, they are summarized here:
1515

16-
% npm install -g hubot coffee-script
17-
% hubot --create myhubot
16+
% npm install -g yo generator-hubot
17+
% mkdir myhubot
1818
% cd myhubot
19-
% npm install hubot-irc --save && npm install
19+
% yo hubot --adapter=irc
2020
% HUBOT_IRC_SERVER=irc.freenode.net \
2121
HUBOT_IRC_ROOMS="#myhubot-irc" \
2222
HUBOT_IRC_NICK="myhubot" \

0 commit comments

Comments
 (0)