Skip to content

Commit 01b21f6

Browse files
committed
Updating README installation and setup directions
1 parent d92edf4 commit 01b21f6

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,17 @@
44

55
This is the IRC adapter for hubot. For discussion about this adapter, join `#hubot-irc` on `irc.freenode.net`.
66

7-
## Installation
7+
## Installation and Setup
88

99
NOTICE: This bot is now upgraded to Hubot 2.3. You should specify 0.0.8 as your hubot-irc dependency for older versions of Hubot (<2.3.0).
1010

11-
* Add `hubot-irc` as a dependency in your hubot's `package.json`
11+
* Download and Extract [Hubot 2.3](https://github.com/downloads/github/hubot/hubot-2.3.2.tar.gz) from the [Hubot Downloads page](https://github.com/github/hubot/downloads)
12+
* Run `npm install hubot-irc --save` in the extracted `Hubot 2` directory to add the `hubot-irc` adapter to your dependencies.
1213
* Install dependencies with `npm install`
14+
* Set your environment variables like: (Windows Users substitute `set` for `export`)
15+
* export HUBOT_IRC_NICK="hubot-new"
16+
* export HUBOT_IRC_ROOMS="#hubot-irc"
17+
* export HUBOT_IRC_SERVER="irc.freenode.net"
1318
* Run hubot with `bin/hubot -a irc`
1419

1520
## Usage

0 commit comments

Comments
 (0)