From 64db4d92f01302f7b62bf273896b523ad849f282 Mon Sep 17 00:00:00 2001 From: obxium <37124389+obxium@users.noreply.github.com> Date: Tue, 10 Jul 2018 01:07:09 -0400 Subject: [PATCH] Update build documentation (#1236) - Correct order of operations in build steps --- doc/build.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/build.md b/doc/build.md index f10e30ffa..f87e8b326 100644 --- a/doc/build.md +++ b/doc/build.md @@ -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 ```