Update build documentation (#1236)

- Correct order of operations in build steps
This commit is contained in:
obxium 2018-07-10 01:07:09 -04:00 committed by Quentin Le Sceller
parent 920ad08f70
commit 64db4d92f0

View file

@ -44,6 +44,7 @@ If you decide to use a persistent storage (e.g. ```-v grin:/usr/src/grin```) you
```sh
git clone https://github.com/mimblewimble/grin.git
cd grin
git checkout milestone/testnet3
cargo build --release
```