From f489d6144057e0f1cb26192cffb9e7d9cb8306fe Mon Sep 17 00:00:00 2001 From: evilsocket Date: Sat, 29 Sep 2018 12:37:48 +0200 Subject: [PATCH] misc: small fix or general refactoring i did not bother commenting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0ab92aef..849035fe 100644 --- a/README.md +++ b/README.md @@ -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`.