From d0f07b33775d84b79a8aa0053684a6124009b5e9 Mon Sep 17 00:00:00 2001 From: Steven Phillips Date: Tue, 15 Dec 2015 00:30:08 -0800 Subject: [PATCH] README: Use $GOPATH to cd into libsodium-go dir --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5dd3e05..61f4399 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ How to build For linux, this should be easy since there's pkg-config support. Please make sure libsodium is installed on your system first. 1. `go get -d github.com/GoKillers/libsodium-go` -2. `cd into the root of libsodium-go` +2. `cd $GOPATH/src/github.com/GoKillers/libsodium-go` 3. `./build.sh` For Windows, we need help here. Do a pull request if you know how to compile this on Windows.