1
0
mirror of https://github.com/bettercap/bettercap.git synced 2025-03-12 04:36:03 -07:00

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
parent 08f3766d30
commit 7cbf04e6cb
No known key found for this signature in database
GPG Key ID: 82E42E7F3B34C97E

@ -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