Update Readme.md
Changed debian install instructions to use checkinstall...
This commit is contained in:
@@ -47,9 +47,17 @@ After that, simply
|
|||||||
|
|
||||||
#### Installing
|
#### Installing
|
||||||
|
|
||||||
|
##### For all distributions
|
||||||
|
|
||||||
sudo make install
|
sudo make install
|
||||||
hash -r
|
hash -r
|
||||||
sudo nethogs
|
sudo nethogs
|
||||||
|
|
||||||
|
##### On Debian
|
||||||
|
|
||||||
|
sudo apt-get install checkinstall
|
||||||
|
sudo checkinstall -D make install
|
||||||
|
sudo dpkg -i nethogs*.deb
|
||||||
|
|
||||||
#### Upgrading
|
#### Upgrading
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user