diff --git a/Readme.md b/Readme.md index a7d20cd..1d29bfc 100644 --- a/Readme.md +++ b/Readme.md @@ -7,6 +7,10 @@ $ make install + Or if you have npm: + + $ npm install visionmedia/deploy + Visit the [wiki](https://github.com/visionmedia/deploy/wiki) for additional usage information. ## Usage diff --git a/package.json b/package.json new file mode 100644 index 0000000..94d0093 --- /dev/null +++ b/package.json @@ -0,0 +1,8 @@ +{ + "name": "deploy", + "version": "0.6.0", + "description": "Minimalistic deployment shell script", + "bin": { + "deploy": "./bin/deploy" + } +}