README.md: visually separate two command lines

This commit is contained in:
Andreas Schildbach 2021-10-17 21:47:14 +02:00
parent 0b5d40e49f
commit 624284ea21

View File

@ -56,6 +56,8 @@ You can now run the `wallet-tool` without parameters to get help on its operatio
To create a test net wallet file in `~/bitcoinj/bitcoinj-test.wallet`, you would use:
```
mkdir ~/bitcoinj
```
```
./tools/build/install/wallet-tool/bin/wallet-tool --net=TEST --wallet=$HOME/bitcoinj/bitcoinj-test.wallet create
```