From bb0465898ec023e2599de633b39b0d04b9853ef3 Mon Sep 17 00:00:00 2001 From: Luke Joshua Park Date: Fri, 30 Mar 2018 20:06:53 +1300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 76bbe0d..14846f9 100644 --- a/README.md +++ b/README.md @@ -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`.