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

This commit is contained in:
evilsocket 2018-09-29 12:49:17 +02:00
commit 7cbf04e6cb
No known key found for this signature in database
GPG key ID: 82E42E7F3B34C97E

View file

@ -36,7 +36,7 @@ In order to update to an unstable but bleeding edge release from this repository
$ go get -u github.com/bettercap/bettercap
$ cd $GOPATH/src/github.com/bettercap/bettercap
$ make && sudo make install
$ make build && sudo make install
## Documentation and Examples