diff options
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 449c9cd5..416c36db 100644 --- a/static/build.html +++ b/static/build.html @@ -298,7 +298,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 ../*.patch</pre> +git am --whitespace=nowarn ../*.patch</pre> <p>Generate a signing key for Vanadium if this is the initial build (the sample password configured in args.gn is <code>vanadiumpass</code>):</p> |
