Skip to content

Commit 94ba720

Browse files
committed
Give install instructions
1 parent 8ee8a7f commit 94ba720

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
This is a fork of [node-irc](http://node-irc.readthedocs.org/), which is an IRC client library written in [JavaScript](http://en.wikipedia.org/wiki/JavaScript) for [Node](http://nodejs.org/). This fork is used by the [Matrix-IRC application service](http://github.com/matrix-org/matrix-appservice-irc).
44

5+
To use this fork:
6+
```
7+
npm install matrix-org/node-irc
8+
```
9+
10+
Alternatively:
11+
```javascript
12+
"dependencies": {
13+
"irc": "matrix-org/node-irc#commithash"
14+
}
15+
```
516

617
You can access more detailed documentation for this module at [Read the Docs](http://readthedocs.org/docs/node-irc/en/latest/)
718

0 commit comments

Comments
 (0)