From 8e7549db0bedd5c319687f80452180bb0d19c46a Mon Sep 17 00:00:00 2001 From: aperseghin Date: Fri, 27 Mar 2015 08:38:20 -0400 Subject: [PATCH 1/3] Minor fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 22b331cbd..a163e67c7 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Mist (GUI): Geth (CLI): -`go get github.com/ethereum/go-ethereum/cmd/ethereum` +`go get github.com/ethereum/go-ethereum/cmd/geth` As of POC-8, go-ethereum uses [Godep](https://github.com/tools/godep) to manage dependencies. Assuming you have [your environment all set up](https://github.com/ethereum/go-ethereum/wiki/Building-Ethereum), switch to the go-ethereum repository root folder, and build/install the executable you need: From db1c52918fb517416842d05c41beb68d828fbe63 Mon Sep 17 00:00:00 2001 From: aperseghin Date: Fri, 27 Mar 2015 09:29:35 -0400 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 22b331cbd..a163e67c7 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Mist (GUI): Geth (CLI): -`go get github.com/ethereum/go-ethereum/cmd/ethereum` +`go get github.com/ethereum/go-ethereum/cmd/geth` As of POC-8, go-ethereum uses [Godep](https://github.com/tools/godep) to manage dependencies. Assuming you have [your environment all set up](https://github.com/ethereum/go-ethereum/wiki/Building-Ethereum), switch to the go-ethereum repository root folder, and build/install the executable you need: From a4cbd1c7be5187a27ff70adeeabc82888d3d7cfd Mon Sep 17 00:00:00 2001 From: Taylor Gerring Date: Sat, 28 Mar 2015 00:32:23 +0100 Subject: [PATCH 3/3] ethereum -> geth --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 22b331cbd..a163e67c7 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Mist (GUI): Geth (CLI): -`go get github.com/ethereum/go-ethereum/cmd/ethereum` +`go get github.com/ethereum/go-ethereum/cmd/geth` As of POC-8, go-ethereum uses [Godep](https://github.com/tools/godep) to manage dependencies. Assuming you have [your environment all set up](https://github.com/ethereum/go-ethereum/wiki/Building-Ethereum), switch to the go-ethereum repository root folder, and build/install the executable you need: