aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorThibauld Favre <tfavre@gmail.com>2014-10-18 07:14:16 +0800
committerThibauld Favre <tfavre@gmail.com>2014-10-18 07:14:16 +0800
commitb94dfc8d3a19ade4b93c96ad26800486409c7bfc (patch)
treecdc4f3d7616a71ad41ea5fce40d5d37282d59df9 /README.md
parentabdf5e76f3bedf3ce8377fc8edd7e9145586cfb5 (diff)
downloaddexon-b94dfc8d3a19ade4b93c96ad26800486409c7bfc.tar
dexon-b94dfc8d3a19ade4b93c96ad26800486409c7bfc.tar.gz
dexon-b94dfc8d3a19ade4b93c96ad26800486409c7bfc.tar.bz2
dexon-b94dfc8d3a19ade4b93c96ad26800486409c7bfc.tar.lz
dexon-b94dfc8d3a19ade4b93c96ad26800486409c7bfc.tar.xz
dexon-b94dfc8d3a19ade4b93c96ad26800486409c7bfc.tar.zst
dexon-b94dfc8d3a19ade4b93c96ad26800486409c7bfc.zip
Update documentation and install.sh script to reflect renaming from ethereal to mist
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index d54399177..ba7ebebf6 100644
--- a/README.md
+++ b/README.md
@@ -14,9 +14,9 @@ For the development package please see the [eth-go package](https://github.com/e
Build
=======
-To build Ethereal (GUI):
+To build Mist (GUI):
-`go get github.com/ethereum/go-ethereum/ethereal`
+`go get github.com/ethereum/go-ethereum/mist`
To build the node (CLI):
@@ -28,7 +28,7 @@ General command line options
====================
```
-Shared between ethereum and ethereal
+Shared between ethereum and Mist
-id Set the custom identifier of the client (shows up on other clients)
-port Port on which the server will accept incomming connections
-upnp Enable UPnP
@@ -46,7 +46,7 @@ ethereum [options] [filename]
filename Load the given file and interpret as JavaScript
-m Start mining blocks
-Etheral only
+Mist only
-asset_path absolute path to GUI assets directory
```