From 37253ffa17c63ea3fd0c201fa4e62ee36e5ce2ff Mon Sep 17 00:00:00 2001 From: smdyv <88971341+smdyv@users.noreply.github.com> Date: Thu, 25 Aug 2022 15:05:41 +0200 Subject: Add highlighting style for placeholders This is in accordance with Google's developer documentation style guide. --- static/install/cli.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'static/install') diff --git a/static/install/cli.html b/static/install/cli.html index 6f985175..8473d057 100644 --- a/static/install/cli.html +++ b/static/install/cli.html @@ -410,16 +410,16 @@ RWQZW9NItOuQYJ86EooQBxScfclrWiieJtAO9GpnfEjKbCO/3FriLGX3

Download the factory images for the device from the releases page. For example, to download the 2021110122 release for a device with the - codename DEVICE_NAME:

+ codename DEVICE_NAME:

-
curl -O https://releases.grapheneos.org/DEVICE_NAME-factory-2021110122.zip
-curl -O https://releases.grapheneos.org/DEVICE_NAME-factory-2021110122.zip.sig
+
curl -O https://releases.grapheneos.org/DEVICE_NAME-factory-2021110122.zip
+curl -O https://releases.grapheneos.org/DEVICE_NAME-factory-2021110122.zip.sig

Verify the factory images using the signature if you were able to obtain signify from trusted package repositories (see above), otherwise continue on to the next section without this:

-
signify -Cqp factory.pub -x DEVICE_NAME-factory-2021110122.zip.sig && echo verified
+
signify -Cqp factory.pub -x DEVICE_NAME-factory-2021110122.zip.sig && echo verified

This will output verified if verification is successful. If something goes wrong, it will output an error message rather than verified.

@@ -435,15 +435,15 @@ curl -O https://releases.grapheneos.org/DEVICE_NAME-factory-2021110122.zip.sigOn Linux:

-
bsdtar xvf DEVICE_NAME-factory-2021110122.zip
+
bsdtar xvf DEVICE_NAME-factory-2021110122.zip

On macOS and Windows:

-
tar xvf DEVICE_NAME-factory-2021110122.zip
+
tar xvf DEVICE_NAME-factory-2021110122.zip

Move into the directory:

-
cd DEVICE_NAME-factory-2021110122
+
cd DEVICE_NAME-factory-2021110122

Flash the images with the flash-all script in the directory.

-- cgit v1.3.1