summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorCaleb Bassi <calebjbassi@gmail.com>2018-12-22 19:14:12 -0800
committerCaleb Bassi <calebjbassi@gmail.com>2018-12-22 19:15:47 -0800
commit6cfd53f077bffe72672f25d8ec59d82f404f97aa (patch)
treeef663712ec78d51af25a25c31984759a3bb6164d /README.md
parent454098514eb3fd0d6edb03270021546420ddc55d (diff)
Update readme and bug report template with new config paths
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 72f1b1e..9bb3a6f 100644
--- a/README.md
+++ b/README.md
@@ -85,7 +85,7 @@ go get github.com/cjbassi/gotop
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).
-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` 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 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!
### CLI Options