drop unnecessary escaping

This commit is contained in:
Daniel Micay 2024-01-17 22:46:03 -05:00
parent 751a27d4d5
commit 124853accf

View File

@ -319,7 +319,7 @@ repo init -u https://github.com/GrapheneOS/platform_manifest.git -b refs/tags/<v
<p>Obtain SSH public key for verifying tags:</p>
<pre>curl https://grapheneos.org/allowed_signers &gt; ~/.ssh/grapheneos_allowed_signers</pre>
<pre>curl https://grapheneos.org/allowed_signers > ~/.ssh/grapheneos_allowed_signers</pre>
<p>Verify the manifest:</p>