diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2020-05-08 05:32:51 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-05-08 05:44:47 -0400 |
| commit | 1b10248a11d642ad7b8a185a0a640df0e5375e19 (patch) | |
| tree | 26e4239a36f1683b68b907ba1cea5b0b756818a6 /static/install.html | |
| parent | 63c51ad7d0e2ccec2d4a9367583d9956da657491 (diff) | |
clarification for curl on Windows
Diffstat (limited to 'static/install.html')
| -rw-r--r-- | static/install.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/static/install.html b/static/install.html index 44411141..37f3c328 100644 --- a/static/install.html +++ b/static/install.html @@ -233,7 +233,8 @@ Installed as /home/username/downloads/platform-tools/fastboot</pre> <p>You can either download the files with your browser or using a command like <code>curl</code>. It's generally easier to use the command-line since you're already using it for the rest of the installation process, so these instructions use - <code>curl</code>.</p> + <code>curl</code>. On Windows, you need to reference <code>curl</code> as + <code>curl.exe</code> since PowerShell has a legacy <code>curl</code> alias.</p> <p>Download <a href="https://releases.grapheneos.org/factory.pub">the factory images public key (factory.pub)</a> in order to verify the factory images:</p> |
