Skip to content
This repository has been archived by the owner on Aug 29, 2020. It is now read-only.

Commit

Permalink
Update readme and bug report template with new config paths
Browse files Browse the repository at this point in the history
  • Loading branch information
cjbassi committed Dec 23, 2018
1 parent 4540985 commit 6cfd53f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,7 @@ Required information:
- Any relevenat hardware info:
- tmux version if using tmux:

Also please copy or attach `~/.config/gotop/errors.log` if it exists and contains logs.
Also please copy or attach the following file if it exists and contains logs:

- Linux: `~/.config/gotop/errors.log`
- OSX: `~/Library/Application Support/gotop/errors.log`
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 6cfd53f

Please sign in to comment.