diff options
author | Jeffrey Wilcke <jeffrey@ethereum.org> | 2015-06-27 17:17:35 +0800 |
---|---|---|
committer | Jeffrey Wilcke <jeffrey@ethereum.org> | 2015-06-27 17:17:35 +0800 |
commit | b9ebdffd83267ad387facfd2c87133aa8bd3aa62 (patch) | |
tree | 64ee01026ce1b3cffe7f38757d6c9a76ac6f134e /README.md | |
parent | 1169ec7681edbe799c96380741303e235a88e46c (diff) | |
parent | c6dbe9dc079eadffea9171b26c41feecc8af6eef (diff) | |
download | go-tangerine-b9ebdffd83267ad387facfd2c87133aa8bd3aa62.tar go-tangerine-b9ebdffd83267ad387facfd2c87133aa8bd3aa62.tar.gz go-tangerine-b9ebdffd83267ad387facfd2c87133aa8bd3aa62.tar.bz2 go-tangerine-b9ebdffd83267ad387facfd2c87133aa8bd3aa62.tar.lz go-tangerine-b9ebdffd83267ad387facfd2c87133aa8bd3aa62.tar.xz go-tangerine-b9ebdffd83267ad387facfd2c87133aa8bd3aa62.tar.zst go-tangerine-b9ebdffd83267ad387facfd2c87133aa8bd3aa62.zip |
Merge pull request #1335 from tgerring/mistcleanup
Travis and README cleanup
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -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: |