summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher 'Chief' Najewicz <chief@beefdisciple.com>2018-10-12 11:49:58 -0400
committerChristopher 'Chief' Najewicz <chief@beefdisciple.com>2018-10-12 11:49:58 -0400
commit4bcf8a4c635e9276dba5da0ef95c908874df65e9 (patch)
tree29165648abf5a83cf1a0d1f2311730dc48a90f04
parentd05e6b04ebd42d96885a29eb484a3220742ecbde (diff)
Adding instructions to README
-rw-r--r--README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/README.md b/README.md
index a9076a0..0cb6b6d 100644
--- a/README.md
+++ b/README.md
@@ -81,6 +81,17 @@ To make a custom colorscheme, check out the [template](https://github.com/cjbass
`-p`, `--percpu` Show each CPU in the CPU widget.
`-a`, `--averagecpu` Show average CPU in the CPU widget.
+
+## Building deb/rpms
+
+To build dep/rpms using [nfpm](https://github.com/goreleaser/nfpm):
+
+```bash
+make all
+```
+
+This will place the built packages into the `pkg` folder.
+
## Credits
- [mdnazmulhasan27771](https://github.com/mdnazmulhasan27771) for the [logo](https://github.com/cjbassi/gotop/blob/master/assets/logo.png)