Update README.md

This commit is contained in:
xtaci
2019-06-27 15:13:11 +08:00
committed by GitHub
parent 770f5c00da
commit 18113ed797
+2 -2
View File
@@ -60,9 +60,9 @@ which tunnels the original connection:
> Application -> Target Server(8388/tcp)
### Install from source
```
$go get -u github.com/xtaci/kcptun/...
$ sudo apt install libpcap-dev
$ go get -u github.com/xtaci/kcptun/...
```
All precompiled releases are genereated from `build-release.sh` script.