From 54be8adb0ea3faaceebf1622dfcdee410a186445 Mon Sep 17 00:00:00 2001 From: Aiden Scandella Date: Sat, 8 Oct 2016 22:36:44 -0700 Subject: [PATCH] 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. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e812b13..162e027 100644 --- a/README.md +++ b/README.md @@ -40,10 +40,10 @@ The master branch is intended to be stable at all times: #### Building -After that, simply +After that, simply make - sudo ./nethogs + sudo ./src/nethogs #### Installing