Extend README

add upgrading, uninstalling, etc. #65
This commit is contained in:
Arnout Engelen
2016-03-30 07:33:48 +02:00
parent 8b245e1be0
commit eb17ecb504

View File

@@ -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
----------------