diff --git a/README.md b/README.md index 10b2c4a9..28c84141 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,8 @@ To show the command line options: An example cross compilation for ARM (C toolchain and libs installation left to the reader as an excercise :D) - env CC=arm-linux-gnueabi-gcc CGO_ENABLED=1 GOOS=linux GOARCH=arm + cd $GOPATH/src/github.com/evilsocket/bettercap-ng + env CC=arm-linux-gnueabi-gcc CGO_ENABLED=1 GOOS=linux GOARCH=arm make ## Caplets