summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorCaleb Bassi <calebjbassi@gmail.com>2019-02-16 02:11:05 -0800
committerCaleb Bassi <calebjbassi@gmail.com>2019-02-22 11:52:02 -0800
commit334f08bc5ae225c3f3b9ec01c143d135b83f3a5b (patch)
treec4a88d77b53bb1ea85406d53325b5c43efab9886 /README.md
parent357ff01fe3d387ae6d28dc3eab6b11a49ab58eae (diff)
Revert back to using XDG on macOS
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 00ba501..92bacab 100644
--- a/README.md
+++ b/README.md
@@ -85,7 +85,7 @@ brew install 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 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 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` and load it with `gotop -c <name>`. Colorschemes PR's are welcome!
### CLI Options