update READMEs datadir path to /path/to/your/datadir

Former-commit-id: 89587d9fb77db98488a9bc91824a92c97c61cd3d [formerly 5216e97d22f51aaff2ba55fd5736986c5a4d8edf]
Former-commit-id: 8b52aada014c65f4debad6e91fbb541874f4cd0f
This commit is contained in:
Terence Tsao 2018-01-22 12:51:12 -08:00
parent 808d28451d
commit 9f4a8b83e8

View File

@ -29,7 +29,7 @@ Then, once you are satisfied with mining for a few seconds, stop the miner with
Now, save the passphrase you used in the geth node into a text file called `password.txt`. Then, once you have this private geth node running on your local network, the sharding client can be started as a standalone geth command as follows in a separate terminal window: Now, save the passphrase you used in the geth node into a text file called `password.txt`. Then, once you have this private geth node running on your local network, the sharding client can be started as a standalone geth command as follows in a separate terminal window:
``` ```
$ ./build/bin/geth shard --datadir=~/Desktop/datadir --password=password.txt $ ./build/bin/geth shard --datadir=/path/to/your/datadir --password=password.txt
``` ```
The project consists of the following parts, with each of them requiring comprehensive tests: The project consists of the following parts, with each of them requiring comprehensive tests: