Skip to content

Commit

Permalink
Installation notes update - added NPM support
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-smart committed Aug 31, 2010
1 parent 443e0d7 commit ec889a7
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Expand Up @@ -6,10 +6,13 @@ Creates a streaming connection with twitter, and pushes any incoming statuses to

Depends on ntest.

There's no packaging system for node.js yet, so I've just been creating symlinks
in my `~/.node_libraries` path.
Use NPM:

$ ln -s /path/to/twitter-node/lib ~/.node_libraries/twitter-node
npm install twitter-node

Otherwise create a symlink in `~/.node_libraries`

$ ln -s /path/to/twitter-node/lib/twitter-node ~/.node_libraries/twitter-node

## Events

Expand Down

0 comments on commit ec889a7

Please sign in to comment.