From 4bcf8a4c635e9276dba5da0ef95c908874df65e9 Mon Sep 17 00:00:00 2001 From: Christopher 'Chief' Najewicz Date: Fri, 12 Oct 2018 11:49:58 -0400 Subject: [PATCH] Adding instructions to README --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) 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)