mirror of
https://github.com/mimblewimble/grin.git
synced 2025-01-21 03:21:08 +03:00
Update build documentation (#1236)
- Correct order of operations in build steps
This commit is contained in:
parent
920ad08f70
commit
64db4d92f0
1 changed files with 1 additions and 0 deletions
|
@ -44,6 +44,7 @@ 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
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue