Update build.md (#1252)

Don't specify building from testnet3 since it doesn't include necessary commits
This commit is contained in:
emmick4 2018-07-12 14:52:43 -05:00 committed by Ignotus Peverell
parent 12a2fc4f5a
commit 92bfb7e819

View file

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