diff --git a/README.md b/README.md index c493ccac..0a21bc98 100644 --- a/README.md +++ b/README.md @@ -27,27 +27,22 @@ git clone --depth 1 https://github.com/cjbassi/gotop /tmp/gotop Then move `gotop` into your $PATH somewhere. + ### Arch Linux Install the `gotop-bin` package from the AUR. + ### Source ```sh go get github.com/cjbassi/gotop ``` -### Docker - -``` -docker run -it --rm cjbassi/gotop -``` - -Note: Process list doesn't work when running with Docker. - ## Usage + ### Keybinds * Quit: `q` or `` @@ -65,6 +60,7 @@ Note: Process list doesn't work when running with Docker. * `h` and `l`: zoom in and out of CPU and Mem graphs * `?`: toggles keybind help menu + ### Mouse * click to select process @@ -80,6 +76,7 @@ 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/src/colorschemes/template.go) and see the default colorscheme as an example [here](https://github.com/cjbassi/gotop/blob/master/src/colorschemes/default.go). + ### CLI Options `-m`, `--minimal` Only show CPU, Mem and Process widgets. diff --git a/build/.goreleaser.yml b/build/.goreleaser.yml index 195d56d5..f590474c 100644 --- a/build/.goreleaser.yml +++ b/build/.goreleaser.yml @@ -18,6 +18,3 @@ archive: format: tgz files: - none* -dockers: - - image: cjbassi/gotop - - dockerfile: build/Dockerfile diff --git a/build/Dockerfile b/build/Dockerfile deleted file mode 100644 index 88c6cafc..00000000 --- a/build/Dockerfile +++ /dev/null @@ -1,8 +0,0 @@ -# Build the binary with: -# - -FROM alpine - -COPY ./gotop /gotop - -ENTRYPOINT ["/gotop"] diff --git a/build/build_steps.txt b/build/build_steps.txt index b0bac80c..c37f3406 100644 --- a/build/build_steps.txt +++ b/build/build_steps.txt @@ -1,6 +1,5 @@ make sure gotop builds and runs tag commit with version number export GitHub token in shell -run `sudo dockerd` run `goreleaser --rm-dist -f build/.goreleaser.yml` update AUR package