diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2020-03-22 01:11:10 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-03-22 01:11:10 -0400 |
| commit | 79d3c23f04ef0442db4824c7ef6edbfaed1a9b6e (patch) | |
| tree | 650ff836740dd602f93f257dd4b1924ea2024cbe /static | |
| parent | c6824892af54c5a4b9d736fc4bf74eccddbafb67 (diff) | |
update Vanadium patch instructions
Diffstat (limited to 'static')
| -rw-r--r-- | static/build.html | 2 |
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> |
