From 7ed5a69e65d0755bb251164928becb75480f3525 Mon Sep 17 00:00:00 2001 From: evilsocket Date: Tue, 17 Apr 2018 12:14:00 +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 27bbdd2d..7bd28212 100644 --- a/README.md +++ b/README.md @@ -22,8 +22,8 @@ Make sure you have a correctly configured **Go >= 1.8** environment, that `$GOPA sudo apt-get install protobuf-compiler libpcap-dev libnetfilter-queue-dev go get github.com/golang/protobuf/protoc-gen-go go get -u github.com/golang/dep/cmd/dep -go get github.com/evilsocket/opensnitch # clone the repository (ignore the message about no Go files being found) +go get github.com/evilsocket/opensnitch cd $GOPATH/src/github.com/evilsocket/opensnitch # compile && install make