From fc54ff6bd410d898e21a294fc4e4b0c6df779161 Mon Sep 17 00:00:00 2001 From: evilsocket Date: Wed, 28 Mar 2018 21:35:05 +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 00762fcf..f2bffb92 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ A [precompiled version is available](https://github.com/bettercap/bettercap/releases) for each release, alternatively you can use the latest version of the source code from this repository in order to build your own binary. -Make sure you have a correctly configured **Go >= 1.10** environment, that `$GOPATH/bin` is in `$PATH`, that the `libpcap-dev` and `libnetfilter-queue-dev` (this one is only required on Linux) package installed for your system and then: +Make sure you have a correctly configured **Go >= 1.8** environment, that `$GOPATH/bin` is in `$PATH`, that the `libpcap-dev` and `libnetfilter-queue-dev` (this one is only required on Linux) package installed for your system and then: $ go get github.com/bettercap/bettercap