From 0fee675299f2de625e1666b48be1cba4ac9fd084 Mon Sep 17 00:00:00 2001 From: evilsocket Date: Fri, 16 Feb 2018 15:53:23 +0100 Subject: [PATCH] misc: small fix or general refactoring i did not bother commenting --- README.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 6e1b3f61..25aa4628 100644 --- a/README.md +++ b/README.md @@ -28,13 +28,9 @@ Make sure you have a correctly configured **Go >= 1.8** environment, that `$GOPA $ go get github.com/evilsocket/bettercap-ng -To show the command line options: +This command will download bettercap-ng, install its dependencies, compile it and move the `bettercap-ng` executable to `$GOPATH/bin`. - $ sudo bettercap-ng -h - -To start an interactive session: - - $ sudo bettercap-ng +Now you can use `sudo bettercap-ng -h` to show the basic command line options and just `sudo bettercap-ng` to start an interactive session on your default network interface. ## Compilation on Windows