summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>