diff options
author | obscuren <geffobscura@gmail.com> | 2014-01-30 07:47:17 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2014-01-30 07:47:17 +0800 |
commit | 8f16b6650709b4b5c48bb4c473793b23be557bbc (patch) | |
tree | 191dbf2a2a99fd173ceb7f6255343d4221560b90 | |
parent | 27a03d3eea5451ddb84dbb1ff33ee916259635d0 (diff) | |
parent | dbb1370c1fa71fbdd8ce0bc534409243f903cf6d (diff) | |
download | dexon-8f16b6650709b4b5c48bb4c473793b23be557bbc.tar.gz dexon-8f16b6650709b4b5c48bb4c473793b23be557bbc.tar.zst dexon-8f16b6650709b4b5c48bb4c473793b23be557bbc.zip |
Merge branch 'master' of github.com-obscure:ethereum/go-ethereum
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -41,7 +41,7 @@ Ethereum Go makes use of a modified `secp256k1-go` and therefor GMP. Install ======= -```go get -u -t https://github.com/ethereum/go-ethereum``` +```go get -u -t github.com/ethereum/go-ethereum``` Command line options |