Update Installing-Geth.md

This commit is contained in:
Felix Lange 2019-10-30 12:38:51 +01:00 committed by GitHub
parent 6864e3b895
commit 1e5edf75a8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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