diff --git a/README.md b/README.md index 1b2c8e0..6e4589d 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,13 @@ Note that this tool is a work in progress! +## Installation + + `npm install -g casecode/node-proxy-injector` ## Usage - `$ node server.js` + `$ npi` ## Command line options diff --git a/package.json b/package.json index bbf4d79..a218f1d 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,9 @@ "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, + "bin": { + "npi": "./server.js" + }, "repository": { "type": "git", "url": "https://github.com/casecode/node-proxy-injector.git" diff --git a/server.js b/server.js old mode 100644 new mode 100755