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
30
README.md
30
README.md
|
@ -17,20 +17,22 @@
|
|||
|
||||
Make sure you have a correctly configured **Go >= 1.8** environment, that `$GOPATH` is defined, that `$GOPATH/bin` is in `$PATH` and then:
|
||||
|
||||
# install dependencies
|
||||
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)
|
||||
cd $GOPATH/src/github.com/evilsocket/opensnitch
|
||||
# compile && install
|
||||
make
|
||||
sudo make install
|
||||
# enable opensnitchd as a systemd service and start the UI
|
||||
sudo systemctl enable opensnitchd
|
||||
sudo service opensnitchd start
|
||||
opensnitch-ui
|
||||
```bash
|
||||
# install dependencies
|
||||
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)
|
||||
cd $GOPATH/src/github.com/evilsocket/opensnitch
|
||||
# compile && install
|
||||
make
|
||||
sudo make install
|
||||
# enable opensnitchd as a systemd service and start the UI
|
||||
sudo systemctl enable opensnitchd
|
||||
sudo service opensnitchd start
|
||||
opensnitch-ui
|
||||
```
|
||||
|
||||
### Daemon
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue