Skip to content

Commit

Permalink
docs(README): replace hubot --create with yo hubot
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m authored and chrisdotcode committed Dec 6, 2017
1 parent 548e0ec commit cc634a1
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 @@ -13,10 +13,10 @@ This is the IRC adapter for hubot. For discussion about this adapter, join `#hu

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:

% npm install -g hubot coffee-script
% hubot --create myhubot
% npm install -g yo generator-hubot
% mkdir myhubot
% cd myhubot
% npm install hubot-irc --save && npm install
% yo hubot --adapter=irc
% HUBOT_IRC_SERVER=irc.freenode.net \
HUBOT_IRC_ROOMS="#myhubot-irc" \
HUBOT_IRC_NICK="myhubot" \
Expand Down

0 comments on commit cc634a1

Please sign in to comment.