mirror of
https://github.com/evilsocket/opensnitch.git
synced 2025-03-04 00:24:40 +01:00
misc: small fix or general refactoring i did not bother commenting
This commit is contained in:
parent
595471dbda
commit
7ed5a69e65
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue