Update README.md

This commit is contained in:
Leonid Bugaev
2016-05-17 18:10:27 +05:00
parent 61605aefb2
commit 9bed47e4d0
+1 -1
View File
@@ -19,7 +19,7 @@ Download latest binary from https://github.com/buger/gor/releases or (compile by
The most basic setup will be `sudo ./gor --input-raw :8000 --output-dummy=""` which acts like tcpdump.
If you already have test environment you can start replaying: `sudo ./gor --input-raw :8000 --output-http http://staging.env`.
See the our wiki and especially [[Getting started]] wiki page for more info.
See the our wiki and especially [Getting started](https://github.com/buger/gor/wiki/Getting-Started) wiki page for more info.
## Want to Upgrade?