summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorCaleb Bassi <calebjbassi@gmail.com>2018-02-19 00:55:31 -0800
committerCaleb Bassi <calebjbassi@gmail.com>2018-02-19 02:00:26 -0800
commit919d48123aee280d13776c76e8e38072bf9d9719 (patch)
tree3ce3b79cf8ab7ea34061b70e06137976370b9622 /README.md
parentacc36cfab259f3eb45b0218e2759dbfd90d87e24 (diff)
Updated install.sh
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 1ef5858..e029436 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,7 @@ Built with [gopsutil](https://github.com/shirou/gopsutil), [drawille-go](https:/
Go code compiles to a single executable so you just need to somehow get that into your $PATH.
-Either manually download the latest release for your OS from the releases tab and move it into `/bin`, or run this command to do it for you:
+Either manually download the latest release for your OS from the releases tab and move it into `/usr/bin`, or run this command to do it for you:
```
curl https://raw.githubusercontent.com/cjbassi/gotop/master/install.sh | sudo sh