From 5346327efff3cc5a77c3e9c3a647303301808217 Mon Sep 17 00:00:00 2001 From: ofrancois <5684530+ofrancois@users.noreply.github.com> Date: Mon, 10 Jun 2019 14:05:42 +0200 Subject: [PATCH] README.md: add missing steps for TL;DR --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a4e52408..0db8f0ff 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@

-**OpenSnitch** is a GNU/Linux port of the Little Snitch application firewall. +**OpenSnitch** is a GNU/Linux port of the Little Snitch application firewall.

OpenSnitch @@ -21,9 +21,12 @@ Make sure you have a correctly configured **Go >= 1.8** environment, that the `$ ```bash # install dependencies -sudo apt-get install protobuf-compiler libpcap-dev libnetfilter-queue-dev python3-pip +sudo apt-get install git libnetfilter-queue-dev libpcap-dev protobuf-compiler python3-pip go get github.com/golang/protobuf/protoc-gen-go go get -u github.com/golang/dep/cmd/dep +cd $GOPATH/src/github.com/golang/dep +./install.sh +export PATH=$PATH:$GOPATH/bin python3 -m pip install --user grpcio-tools # clone the repository (ignore the message about no Go files being found) go get github.com/evilsocket/opensnitch