From c251e193f9ee21b8fb8f771e7efb41702382ff22 Mon Sep 17 00:00:00 2001 From: evilsocket Date: Sun, 14 Jan 2018 00:38:06 +0100 Subject: [PATCH] docs: updated README --- README.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 92e74c5d..f82dda7c 100644 --- a/README.md +++ b/README.md @@ -32,16 +32,13 @@ To run: ## Compiling -Make sure you have a correctly configured Go >= 1.8 environment and the `libpcap-dev` package installed for your system, then: +Make sure you have a correctly configured Go >= 1.8 environment, that `$GOPATH/bin` is in `$PATH` and the `libpcap-dev` package installed for your system, then: - $ git clone https://github.com/evilsocket/bettercap-ng $GOPATH/src/github.com/evilsocket/bettercap-ng - $ cd $GOPATH/src/github.com/evilsocket/bettercap-ng - $ make deps - $ make + $ go get github.com/evilsocket/bettercap-ng To show the command line options: - $ sudo ./bettercap -h + $ sudo bettercap-ng -h Usage of ./bettercap-ng: -caplet string