update readme.md

This commit is contained in:
andri lim 2019-01-11 00:49:54 +07:00 committed by zah
parent 7c4cb7a58e
commit 451eaed620
1 changed files with 2 additions and 1 deletions

View File

@ -20,7 +20,8 @@ This test case then can be integrated with nimbus project test suite.
## Requirements
Before you start to use premix debugging tool there are several things you need to prepare.
The first one is you need to install `geth` from [source](https://github.com/ethereum/go-ethereum/releases)
or [binary](https://ethereum.github.io/go-ethereum/downloads/). Then you can run it with this command:
or [binary](https://ethereum.github.io/go-ethereum/downloads/). Minimum required geth version is 1.8.18.
Then you can run it with this command:
```bash
geth --rpc --rpcapi eth,debug --syncmode full --gcmode=archive