mirror of https://github.com/status-im/op-geth.git
fix 'go get' commands in after the move to cmd/
This commit is contained in:
parent
69baa465ea
commit
bd2862aec6
|
@ -44,11 +44,11 @@ Build
|
||||||
|
|
||||||
To build Mist (GUI):
|
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):
|
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))
|
For further, detailed, build instruction please see the [Wiki](https://github.com/ethereum/go-ethereum/wiki/Building-Ethereum(Go))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue