diff --git a/readme.md b/readme.md index 9639eaa..3e8bcfa 100644 --- a/readme.md +++ b/readme.md @@ -10,21 +10,24 @@ A simple and fast software designed to bypass Deep Packet Inspection ███████ ██ ██████ ██████ ██ ██████ ██ ██ ``` -## Installation +# Installation -### Build / Installation +## Build / Installation -#### build -Build the project with `$ go build ./cmd/...` -Or you can install with `$ go install github.com/xvzc/SpoofDPI/cmd/spoof-dpi` -> Remember that $GOPATH variable is set in your $PATH +Install with **go install** +`$ go install github.com/xvzc/SpoofDPI/cmd/spoof-dpi` +> Remember that $GOPATH variable should be set in your $PATH -### Run(OSX) +Or you can build your own +`$ go build ./cmd/...` + +# Run +## OSX `sh ./on.sh` `go run ./cmd/spoof-dpi/main.go` `sh ./off.sh` -### Linux +## Linux open your favorite browser with proxy option `google-chrome --proxy-server="http://127.0.0.1:8080"`