Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
@oxtocart we should switch back ,right?
Also changed go version to 1.4.1
  • Loading branch information
fffw committed Feb 15, 2015
1 parent 2ebb5cd commit b4390b2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ which includes the DNS resolution code and some other things. See
for more discussion.

To deal with that, you need to use a Go installed using
[gonative](https://github.com/getlantern/gonative). Ultimately, you can put this
[gonative](https://github.com/inconshreveable/gonative). Ultimately, you can put this
go wherever you like. Ox keeps his at ~/go_native.

```bash
go get github.com/mitchellh/gox
go get github.com/getlantern/gonative
go get github.com/inconshreveable/gonative
cd ~
gonative build -version="1.4" -platforms="darwin_amd64 linux_386 linux_amd64 windows_386"
gonative build -version="1.4.1" -platforms="darwin_amd64 linux_386 linux_amd64 windows_386"
mv go go_native
```

Expand Down

0 comments on commit b4390b2

Please sign in to comment.