summaryrefslogtreecommitdiff
path: root/static/build.html
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2020-03-22 01:11:10 -0400
committerDaniel Micay <danielmicay@gmail.com>2020-03-22 01:11:10 -0400
commit79d3c23f04ef0442db4824c7ef6edbfaed1a9b6e (patch)
tree650ff836740dd602f93f257dd4b1924ea2024cbe /static/build.html
parentc6824892af54c5a4b9d736fc4bf74eccddbafb67 (diff)
update Vanadium patch instructions
Diffstat (limited to 'static/build.html')
-rw-r--r--static/build.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/build.html b/static/build.html
index 796bd725..a0cb26f7 100644
--- a/static/build.html
+++ b/static/build.html
@@ -611,7 +611,7 @@ git checkout $CORRECT_BRANCH_OR_TAG</pre>
<p>Apply the GrapheneOS patches on top of the tagged release:</p>
<pre>cd src
-git am --whitespace=nowarn ../*.patch</pre>
+git am --whitespace=nowarn ../patches/*.patch</pre>
<p>Generate a signing key for Vanadium if this is the initial build:</p>