summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorCaleb Bassi <calebjbassi@gmail.com>2018-02-26 12:55:05 -0800
committerCaleb Bassi <calebjbassi@gmail.com>2018-02-26 12:55:05 -0800
commit44a6eebae917062a33aef1b93fbe0068531ff08a (patch)
treeb2647b5864ab14cfa5ce1ebe534f1d0a2d35b399 /README.md
parenta00933af7c94ce997cd7d8730a6c9f039e9f62ce (diff)
Updated download script and method
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index fc88c55..dba0d19 100644
--- a/README.md
+++ b/README.md
@@ -15,7 +15,7 @@ Binaries are currently available for 32/64bit Linux and 64bit OSX.
To download the latest binary for your system from GitHub, you can run the [download](https://github.com/cjbassi/gotop/blob/master/download.sh) script:
```
-curl https://raw.githubusercontent.com/cjbassi/gotop/master/download.sh | bash
+sh -c "$(curl https://raw.githubusercontent.com/cjbassi/gotop/master/download.sh)"
```
Then move `gotop` into your $PATH somewhere.