mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-17 17:33:47 +00:00
README.md: reverted changes
This commit is contained in:
parent
2641af840a
commit
6b19cd3e32
1 changed files with 2 additions and 2 deletions
|
|
@ -123,7 +123,7 @@ $ geth --your-favourite-flags dumpconfig
|
||||||
One of the quickest ways to get Ethereum up and running on your machine is by using Docker:
|
One of the quickest ways to get Ethereum up and running on your machine is by using Docker:
|
||||||
|
|
||||||
```
|
```
|
||||||
docker run -d --name ethereum-node -v /Users/alice/ethereum:/home/geth \
|
docker run -d --name ethereum-node -v /Users/alice/ethereum:/root \
|
||||||
-p 8545:8545 -p 30303:30303 \
|
-p 8545:8545 -p 30303:30303 \
|
||||||
ethereum/client-go --fast --cache=512
|
ethereum/client-go --fast --cache=512
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue