From 5474dd493fef782102eacb73f02d4cb0bf965c07 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Mon, 5 Aug 2019 09:20:49 -0400 Subject: [PATCH] clarifications for Vanadium build instructions --- static/build.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/static/build.html b/static/build.html index 7cccbf7d..9a8a8936 100644 --- a/static/build.html +++ b/static/build.html @@ -206,10 +206,12 @@ cd ../..

You can obtain the proper configuration from the - GrapheneOS Vanadium repository in args.gn the correct version.

+ GrapheneOS Vanadium repository in args.gn including the correct + version.

git clone https://github.com/GrapheneOS/Vanadium.git
-cd Vanadium
+cd Vanadium +git checkout $CORRECT_BRANCH_OR_TAG

Fetch the Chromium sources: