mirror of
https://github.com/evilsocket/opensnitch.git
synced 2025-03-04 08:34:40 +01:00
misc: small fix or general refactoring i did not bother commenting
This commit is contained in:
parent
0687203a20
commit
595471dbda
1 changed files with 16 additions and 14 deletions
|
@ -17,6 +17,7 @@
|
|||
|
||||
Make sure you have a correctly configured **Go >= 1.8** environment, that `$GOPATH` is defined, that `$GOPATH/bin` is in `$PATH` and then:
|
||||
|
||||
```bash
|
||||
# install dependencies
|
||||
sudo apt-get install protobuf-compiler libpcap-dev libnetfilter-queue-dev
|
||||
go get github.com/golang/protobuf/protoc-gen-go
|
||||
|
@ -31,6 +32,7 @@ Make sure you have a correctly configured **Go >= 1.8** environment, that `$GOPA
|
|||
sudo systemctl enable opensnitchd
|
||||
sudo service opensnitchd start
|
||||
opensnitch-ui
|
||||
```
|
||||
|
||||
### Daemon
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue