[Pkg-javascript-commits] [node-browser-pack] 05/141: document installing the bin script

Bastien Roucariès rouca at moszumanska.debian.org
Thu May 4 10:23:20 UTC 2017


This is an automated email from the git hooks/post-receive script.

rouca pushed a commit to branch master
in repository node-browser-pack.

commit 410aefc787b7c1b762c819d842089487189272ba
Author: James Halliday <mail at substack.net>
Date:   Mon Feb 11 00:12:33 2013 -0800

    document installing the bin script
---
 readme.markdown | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/readme.markdown b/readme.markdown
index c8751eb..8700292 100644
--- a/readme.markdown
+++ b/readme.markdown
@@ -50,12 +50,18 @@ of javascript output.
 
 # install
 
-With [npm](https://npmjs.org) do:
+With [npm](https://npmjs.org), to get the library do:
 
 ```
 npm install browser-pack
 ```
 
+and to get the command-line tool do:
+
+```
+npm install -g browser-pack
+```
+
 # license
 
 MIT

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-browser-pack.git



More information about the Pkg-javascript-commits mailing list