diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2020-04-28 11:00:40 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-04-28 11:00:40 -0400 |
| commit | d2b6f2335708fa9bc2d4a0dc7f9c6200dbc0338b (patch) | |
| tree | 7aea00ce519e47b7015816e218ef0a9f629cc57b /static/install.html | |
| parent | 0b4b62fc3118333385b50274615d16e6ebc71a46 (diff) | |
explain expected output for signify command
Diffstat (limited to 'static/install.html')
| -rw-r--r-- | static/install.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/static/install.html b/static/install.html index f2c80087..9c370a69 100644 --- a/static/install.html +++ b/static/install.html @@ -221,6 +221,9 @@ curl -O https://releases.grapheneos.org/crosshatch-factory-2020.04.14.23.zip.sig <p>Verify the factory images using the signature:</p> <pre>signify -Cqp factory.pub -x crosshatch-factory-2020.04.14.23.zip.sig && echo verified</pre> + <p>This will output <code>verified</code> if verification is successful. If something + goes wrong, it will output an error message rather than <code>verified</code>.</p> + <h2 id="flashing-factory-images"> <a href="#flashing-factory-images">Flashing factory images</a> </h2> |
