Update readme to point to correct binary location

After running `make`, I got a `nethogs` binary in the `src/` directory, not in
the root. I think that's intended since `make install` works fine, but the docs
for running before installing are wrong.
This commit is contained in:
Aiden Scandella
2016-10-08 22:36:44 -07:00
parent 316eea5e9b
commit 54be8adb0e

View File

@@ -40,10 +40,10 @@ The master branch is intended to be stable at all times:
#### Building #### Building
After that, simply After that, simply
make make
sudo ./nethogs sudo ./src/nethogs
#### Installing #### Installing