summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Bassi <calebjbassi@gmail.com>2018-02-19 12:03:52 -0800
committerCaleb Bassi <calebjbassi@gmail.com>2018-02-19 12:03:52 -0800
commitc483016c16febc60b4d7f4b389c42b7ac093e9ab (patch)
tree7e324cb4271b0ab38f361d6521da93d9664a06de
parentfb03a2b9d4a45706f7fd4b5111d1943ecfcd9816 (diff)
Updated README
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index f3696f5..d9c8cf2 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,7 @@ Built with [gopsutil](https://github.com/shirou/gopsutil), [drawille-go](https:/
Go compiles to a single executable so you just need to get that into your $PATH.
-To download the latest binary for your OS into `/usr/bin`, you can run the [install.sh](https://github.com/cjbassi/gotop/blob/master/install.sh) script like so:
+To download the latest binary for your OS into `/usr/bin`, you can run the [install](https://github.com/cjbassi/gotop/blob/master/install.sh) script like so:
```
curl https://raw.githubusercontent.com/cjbassi/gotop/master/install.sh | sudo bash