Skip to content

Commit

Permalink
README: Use $GOPATH to cd into libsodium-go dir
Browse files Browse the repository at this point in the history
  • Loading branch information
elimisteve committed Dec 15, 2015
1 parent 60b2010 commit d0f07b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
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 d0f07b3

Please sign in to comment.