From 21966ba0eed4389f73593db89407ddc306c8056c Mon Sep 17 00:00:00 2001 From: Ori Pekelman Date: Mon, 23 May 2011 05:21:33 -0700 Subject: [PATCH] NPM no longer supports 'bundle' (v.1 and superior) deprecated by 'install' which now does the same thing --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cf4f634..89f5000 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,8 @@ auth_server uses many other projects, including: - xgettext and msgfmt (Debian package gettext) $> git submodule update --init - $> npm bundle + + $> npm install ## Projects and organizations using auth_server