summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Bassi <calebjbassi@gmail.com>2018-04-11 11:23:19 -0700
committerCaleb Bassi <calebjbassi@gmail.com>2018-04-11 11:23:19 -0700
commitb870d199ba687607f059e4aa8dc0553b26b6f888 (patch)
tree86c947926c609ecbda6b4cdfd9e349d0a8a9b6f5
parent3bc4da4f962109478bda6e432de18c7a15891b0b (diff)
Add credits section to README1.2.8
-rw-r--r--README.md9
1 files changed, 6 insertions, 3 deletions
diff --git a/README.md b/README.md
index 406a37c..2170a6a 100644
--- a/README.md
+++ b/README.md
@@ -23,7 +23,6 @@ git clone --depth 1 https://github.com/cjbassi/gotop.git /tmp/gotop
Then move `gotop` into your $PATH somewhere.
-
### Arch Linux
Install the `gotop-bin` package from the AUR.
@@ -54,7 +53,6 @@ go get github.com/cjbassi/gotop
* `h` and `l`: zoom in and out of CPU and Mem graphs
* `?`: toggles keybind help menu
-
### Mouse
* click to select process
@@ -66,12 +64,17 @@ go get github.com/cjbassi/gotop
A different Colorscheme can be set with the `-c` flag followed its name. You can find them in the `colorschemes` folder.
Feel free to add a new one. You can use 256 colors, bold, underline, and reverse. You can see the template and get more info [here](https://github.com/cjbassi/gotop/blob/master/colorschemes/template.go) and see the default colorscheme as an example [here](https://github.com/cjbassi/gotop/blob/master/colorschemes/default.go).
-
### CLI Options
`-m`, `--minimal` Only show CPU, Mem and Process widgets.
`-r`, `--rate=RATE` Number of times per second to update CPU and Mem widgets [default: 1].
+
+## Credits
+
+* [Logo](https://github.com/cjbassi/gotop/blob/master/media/logo.png) by [mdnazmulhasan27771](https://github.com/mdnazmulhasan27771)
+
+
## Stargazers over time
[![Stargazers over time](https://starcharts.herokuapp.com/cjbassi/gotop.svg)](https://starcharts.herokuapp.com/cjbassi/gotop)