From a7815b2f360ca9656ef56ce47f3be08ffc33c6fa Mon Sep 17 00:00:00 2001 From: Riobard Date: Sun, 12 Feb 2017 11:13:42 +0800 Subject: [PATCH] Fixed install path --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 355af4b3..680f161b 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ GoDoc at https://godoc.org/github.com/shadowsocks/go-shadowsocks2/ ## Install ```sh -go get -u -v github.com/riobard/go-shadowsocks2 +go get -u -v github.com/shadowsocks/go-shadowsocks2 ```