aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorTaylor Gerring <taylor.gerring@gmail.com>2015-06-25 22:46:54 +0800
committerTaylor Gerring <taylor.gerring@gmail.com>2015-06-25 22:46:54 +0800
commitc6dbe9dc079eadffea9171b26c41feecc8af6eef (patch)
tree41e1f8d9b8671f291b4f2d90ec35f164c97c1c46 /README.md
parent6b2a03faa2473d38093adbeee62935af2fe2da59 (diff)
downloaddexon-c6dbe9dc079eadffea9171b26c41feecc8af6eef.tar
dexon-c6dbe9dc079eadffea9171b26c41feecc8af6eef.tar.gz
dexon-c6dbe9dc079eadffea9171b26c41feecc8af6eef.tar.bz2
dexon-c6dbe9dc079eadffea9171b26c41feecc8af6eef.tar.lz
dexon-c6dbe9dc079eadffea9171b26c41feecc8af6eef.tar.xz
dexon-c6dbe9dc079eadffea9171b26c41feecc8af6eef.tar.zst
dexon-c6dbe9dc079eadffea9171b26c41feecc8af6eef.zip
Travis and README cleanup
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 3 insertions, 4 deletions
diff --git a/README.md b/README.md
index a411d9eb8..4093aff64 100644
--- a/README.md
+++ b/README.md
@@ -44,11 +44,10 @@ Executables
Go Ethereum comes with several wrappers/executables found in
[the `cmd` directory](https://github.com/ethereum/go-ethereum/tree/develop/cmd):
-* `mist` Official Ethereum Browser (ethereum GUI client)
* `geth` Ethereum CLI (ethereum command line interface client)
* `bootnode` runs a bootstrap node for the Discovery Protocol
-* `ethtest` test tool which runs with the [tests](https://github.com/ethereum/testes) suite:
- `cat file | ethtest`.
+* `ethtest` test tool which runs with the [tests](https://github.com/ethereum/tests) suite:
+ `/path/to/test.json > ethtest --test BlockTests --stdin`.
* `evm` is a generic Ethereum Virtual Machine: `evm -code 60ff60ff -gas
10000 -price 0 -dump`. See `-h` for a detailed description.
* `disasm` disassembles EVM code: `echo "6001" | disasm`
@@ -57,7 +56,7 @@ Go Ethereum comes with several wrappers/executables found in
Command line options
====================
-Both `mist` and `geth` can be configured via command line options, environment variables and config files.
+`geth` can be configured via command line options, environment variables and config files.
To get the options available: