mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
Update Installing-Geth.md
This commit is contained in:
parent
6864e3b895
commit
1e5edf75a8
1 changed files with 1 additions and 1 deletions
|
|
@ -146,7 +146,7 @@ With Go installed, you can download our project via:
|
||||||
go get -d github.com/ethereum/go-ethereum
|
go get -d github.com/ethereum/go-ethereum
|
||||||
```
|
```
|
||||||
|
|
||||||
The above command checksout the default version of Go Ethereum into your local `GOPATH` work space, but does not build any executables. To do that you can either build one specifically:
|
The above command checks out the default version of Go Ethereum into your local `GOPATH` work space, but does not build any executables. To do that you can either build one specifically:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
go install github.com/ethereum/go-ethereum/cmd/geth
|
go install github.com/ethereum/go-ethereum/cmd/geth
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue