Skip to content

Commit

Permalink
Merge pull request #10 from elimisteve/patch-1
Browse files Browse the repository at this point in the history
README: Use $GOPATH to cd into libsodium-go dir
  • Loading branch information
redragonx committed Jan 20, 2016
2 parents 60b2010 + d0f07b3 commit 4a4a5d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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.
Expand Down

0 comments on commit 4a4a5d4

Please sign in to comment.