Skip to content
Snippets Groups Projects
Commit b473fce9 authored by Robert Martin-Legene's avatar Robert Martin-Legene
Browse files

Updated to download go1.11

parent e49e8126
No related branches found
No related tags found
No related merge requests found
......@@ -11,9 +11,9 @@
Go is only needed for compiling geth - afterwards we can delete it
1. Download __go*.linux-amd64.tar.gz__ from [https://golang.org/dl/] e.g. [https://dl.google.com/go/go1.10.3.linux-amd64.tar.gz]
1. Download __go*.linux-amd64.tar.gz__ from [https://golang.org/dl/] e.g. [https://dl.google.com/go/go1.11.linux-amd64.tar.gz]
2. `tar -xzf go*.tar.gz`
3. `export PATH=${HOME}/new/go:${PATH}:${HOME}/bin`
3. `export PATH=${HOME}/new/go/bin:${PATH}:${HOME}/bin`
4. `cd go-ethereum`
5. `make geth`
6. `cp build/bin/geth ~/bin/`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment