summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Bassi <calebjbassi@gmail.com>2018-04-20 11:02:06 -0700
committerCaleb Bassi <calebjbassi@gmail.com>2018-04-20 11:02:06 -0700
commitba84728600e79981d78d6e47d41bff57b555604f (patch)
tree674cbfe88f7687d75bad8e54c6e41b505c3a737f
parentb0e129e1c1edd5d38c4535c169bb3f43962e8e38 (diff)
Change README codeblock to use correct language
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index eb31005..6e88438 100644
--- a/README.md
+++ b/README.md
@@ -21,7 +21,7 @@ Go programs compile to a single binary and there are currently prebuilt ones for
Clone the repo then run [download.sh](https://github.com/cjbassi/gotop/blob/master/download.sh) to download the correct binary:
-```
+```sh
git clone --depth 1 https://github.com/cjbassi/gotop.git /tmp/gotop
/tmp/gotop/download.sh
```
@@ -34,7 +34,7 @@ Install the `gotop-bin` package from the AUR.
### Source
-```
+```sh
go get github.com/cjbassi/gotop
```