good morning!!!!

Skip to content
Snippets Groups Projects
Commit bd2862ae authored by Felix Lange's avatar Felix Lange
Browse files

fix 'go get' commands in after the move to cmd/

parent 69baa465
No related branches found
No related tags found
No related merge requests found
......@@ -44,11 +44,11 @@ Build
To build Mist (GUI):
`go get github.com/ethereum/go-ethereum/mist`
`go get github.com/ethereum/go-ethereum/cmd/mist`
To build the node (CLI):
`go get github.com/ethereum/go-ethereum/ethereum`
`go get github.com/ethereum/go-ethereum/cmd/ethereum`
For further, detailed, build instruction please see the [Wiki](https://github.com/ethereum/go-ethereum/wiki/Building-Ethereum(Go))
......
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