summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSean E. Russell <ser@ser1.net>2020-04-09 14:03:23 -0500
committerSean E. Russell <ser@ser1.net>2020-04-09 14:03:23 -0500
commit50fae3999d2d79c167956efe57bbf9822a5851f6 (patch)
treebefb78afae0ed12d7885c24f77ef9686ecac2845
parent9188b14094ecb36fbea9ecdfe6247342a962e7d2 (diff)
Fixes #75 for 3.5.1 release
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index 0c18b38..ffdbe56 100644
--- a/README.md
+++ b/README.md
@@ -21,6 +21,11 @@ The original author of gotop has re-implemented the application in Rust, as [yto
Working and tested on Linux, FreeBSD and MacOS. Windows binaries are provided, but have limited testing. OpenBSD works with some caveats; cross-compiling is difficult and binaries are not provided.
+If you install gotop by hand, or you download or create new layouts or colorschemes, you will need to put the layout files where gotop can find them. This is in one of two places, searched in this order:
+
+1. The current working directory
+2. `${XDG_CONFIG_HOME}/gotop`
+
### Arch
AUR contains entries for `gotop` and `gotop-bin`. `gotop-git` still points at the old, unmaintained, repository for the moment.