Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
luke-park authored Mar 30, 2018
1 parent f16915c commit bb04658
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
- Execute any SSH command in your JavaScript.

## Installing
To install `deploy`, either clone this repository and build from source, or download from our [releases](). Add the containing folder for `deploy` to your `PATH`, and then simply use the command `deploy` in any folder that contains a `deploy.js` file.
To install `deploy`, either clone this repository and build from source, or download from our [releases](https://github.com/luke-park/deploy/releases). Add the containing folder for `deploy` to your `PATH`, and then simply use the command `deploy` in any folder that contains a `deploy.js` file.

## Example
The following is a simple example of a `deploy.js` file that stops a running service, uploads any changed files in a folder, and then restarts the service. It retrieves the password for the key file from the command line args, so we can run in the prompt like so: `deploy superDuperGoodPassword`.
Expand Down

0 comments on commit bb04658

Please sign in to comment.