From eb17ecb504a25df202a598e361fb2196fcd82da1 Mon Sep 17 00:00:00 2001 From: Arnout Engelen Date: Wed, 30 Mar 2016 07:33:48 +0200 Subject: [PATCH] Extend README add upgrading, uninstalling, etc. #65 --- README.md | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2acd12d..e43d36c 100644 --- a/README.md +++ b/README.md @@ -38,11 +38,29 @@ The master branch is intended to be stable at all times: git clone https://github.com/raboof/nethogs -#### General +#### Building After that, simply - make && sudo make install + make + sudo ./nethogs + +#### Installing + + sudo make install + hash -r + sudo nethogs + +#### Upgrading + +When upgrading (or downgrading), you can simply install the new version 'over' +the old one. + +#### Uninstalling + +If you want to remove Nethogs from your system, you can: + + sudo make uninstall Coding standards ----------------