summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorCaleb Bassi <calebjbassi@gmail.com>2018-12-22 19:18:32 -0800
committerCaleb Bassi <calebjbassi@gmail.com>2018-12-22 19:19:04 -0800
commit50f1f6cbd8fec8abf730944d43cce7eb44b9ad1e (patch)
tree18be67996cb31125cdd3476ba4fcef33fdd350cb /README.md
parent6cfd53f077bffe72672f25d8ec59d82f404f97aa (diff)
Update readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 9bb3a6f..0f667e2 100644
--- a/README.md
+++ b/README.md
@@ -44,7 +44,7 @@ brew install gotop
### Source
-**Note**: This method requires Go 1.11+.
+**Note**: Requires Go 1.11+.
```bash
go get github.com/cjbassi/gotop
@@ -83,9 +83,9 @@ go get github.com/cjbassi/gotop
### Colorschemes
-gotop ships with a few colorschemes which can be set with the `-c` flag followed by the name of one. You can find all the colorschemes in [colorschemes](./colorschemes).
+gotop ships with a few colorschemes which can be set with the `-c` flag followed by the name of one. You can find all the colorschemes in the [colorschemes folder](./colorschemes).
-To make a custom colorscheme, check out the [template](./colorschemes/template.go) for instructions and then use [default.json](./colorschemes/default.json) as a starter. Then you can put the file at `~/.config/gotop/{name}.json` on Linux or `~/Library/Application Support/gotop/{name}.json` on OSX and load it with `gotop -c {name}`. Colorschemes PR's are welcome!
+To make a custom colorscheme, check out the [template](./colorschemes/template.go) for instructions and then use [default.json](./colorschemes/default.json) as a starter. Then put the file at `~/.config/gotop/{name}.json` on Linux or `~/Library/Application Support/gotop/{name}.json` on OSX and load it with `gotop -c {name}`. Colorschemes PR's are welcome!
### CLI Options