From 1e5edf75a8d6e7d8abcbbd7a795603809c8c4573 Mon Sep 17 00:00:00 2001 From: Felix Lange Date: Wed, 30 Oct 2019 12:38:51 +0100 Subject: [PATCH] Update Installing-Geth.md --- docs/_install-and-build/Installing-Geth.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_install-and-build/Installing-Geth.md b/docs/_install-and-build/Installing-Geth.md index 1d15030971..4bb19b2192 100644 --- a/docs/_install-and-build/Installing-Geth.md +++ b/docs/_install-and-build/Installing-Geth.md @@ -146,7 +146,7 @@ With Go installed, you can download our project via: 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 go install github.com/ethereum/go-ethereum/cmd/geth