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

This commit is contained in:
evilsocket 2018-09-29 12:37:48 +02:00
commit f489d61440
No known key found for this signature in database
GPG key ID: 82E42E7F3B34C97E

View file

@ -19,7 +19,7 @@ Make sure you have a correctly configured **Go >= 1.8** environment, that `$GOPA
$ go get github.com/bettercap/bettercap
$ cd $GOPATH/src/github.com/bettercap/bettercap
$ make && sudo make install
$ make build && sudo make install
This command will download bettercap, install its dependencies, compile it and move the `bettercap` executable to `/usr/local/bin`.