misc: small fix or general refactoring i did not bother commenting

This commit is contained in:
evilsocket 2018-02-16 15:53:23 +01:00
commit 0fee675299

View file

@ -28,13 +28,9 @@ Make sure you have a correctly configured **Go >= 1.8** environment, that `$GOPA
$ go get github.com/evilsocket/bettercap-ng $ 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 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.
To start an interactive session:
$ sudo bettercap-ng
## Compilation on Windows ## Compilation on Windows