diff --git a/README.md b/README.md index f2bffb92..00762fcf 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.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: +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: $ go get github.com/bettercap/bettercap diff --git a/modules/packet_proxy_unsupported.go b/modules/packet_proxy_unsupported.go index 27b5aac3..1d41b6a7 100644 --- a/modules/packet_proxy_unsupported.go +++ b/modules/packet_proxy_unsupported.go @@ -1,10 +1,7 @@ // +build darwin // +build windows -// +build linux,arm -// +build linux,mips -// +build linux,mipsle -// +build linux,mips64 -// +build linux,mips64le +// +build linux,!amd64 + package modules import (