From ec889a76403f30119ebc64ab07300e23baa31870 Mon Sep 17 00:00:00 2001 From: Tim-Smart Date: Tue, 31 Aug 2010 16:02:33 +1200 Subject: [PATCH] Installation notes update - added NPM support --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2d0717f3..26aa946b 100644 --- a/README.md +++ b/README.md @@ -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