summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Bassi <calebjbassi@gmail.com>2018-05-10 21:37:54 -0700
committerCaleb Bassi <calebjbassi@gmail.com>2018-05-10 21:37:54 -0700
commit9b2f006f14d43228bf316f0f5e5ea837589ce560 (patch)
treea20e5a5dc821954af50b83faff06082cdb334c21
parent943109676feb97ef09e85ee44ba79ea7ddc10e2f (diff)
Add scripts folder
-rw-r--r--README.md6
-rwxr-xr-xscripts/download.sh (renamed from download.sh)0
2 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 5340749..8c5ab7a 100644
--- a/README.md
+++ b/README.md
@@ -19,11 +19,11 @@ Go programs compile to a single binary and there are currently prebuilt ones for
### Using Git
-Clone the repo then run [download.sh](https://github.com/cjbassi/gotop/blob/master/download.sh) to download the correct binary:
+Clone the repo then run [scripts/download.sh](https://github.com/cjbassi/gotop/blob/master/scripts/download.sh) to download the correct binary:
```sh
-git clone --depth 1 https://github.com/cjbassi/gotop.git /tmp/gotop
-/tmp/gotop/download.sh
+git clone --depth 1 https://github.com/cjbassi/gotop /tmp/gotop
+/tmp/gotop/scripts/download.sh
```
Then move `gotop` into your $PATH somewhere.
diff --git a/download.sh b/scripts/download.sh
index be5ccb8..be5ccb8 100755
--- a/download.sh
+++ b/scripts/download.sh