Fix index file indentations (#11)

This commit is contained in:
Slava 2024-11-08 19:03:54 +02:00 committed by GitHub
parent 300ec6ac8e
commit 66da25ff89
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -48,41 +48,43 @@
<br>
curl -s https://get.codex.storage/install.sh | INSTALL_CIRDL=true WINDOWS_LIBS=true bash
</p>
<br>
<h3>
Get Codex - Windows
</h3>
</h3>
<p>
<span style="color:grey;">
:: latest version
</span>
<br>
curl -sO https://get.codex.storage/install.cmd && install.cmd
</p>
<p>
<span style="color:grey;">
:: latest version
</span>
<br>
curl -sO https://get.codex.storage/install.cmd && install.cmd
</p>
<p>
<span style="color:grey;">
:: specific version
</span>
<br>
curl -sO https://get.codex.storage/install.cmd && set VERSION=0.1.7 & install.cmd
</p>
<p>
<span style="color:grey;">
:: specific version
</span>
<br>
curl -sO https://get.codex.storage/install.cmd && set VERSION=0.1.7 & install.cmd
</p>
<p>
<span style="color:grey;">
:: latest codex and cirdl
</span>
<br>
curl -sO https://get.codex.storage/install.cmd && set INSTALL_CIRDL=true install.cmd
</p>
<p>
<span style="color:grey;">
:: latest codex and cirdl
</span>
<br>
curl -sO https://get.codex.storage/install.cmd && set INSTALL_CIRDL=true install.cmd
</p>
<p>
<span style="color:grey;">
:: codex and cirdl without libraries
</span>
<br>
curl -sO https://get.codex.storage/install.cmd && set INSTALL_CIRDL=true & set WINDOWS_LIBS=false & install.cmd
</p>
<p>
<span style="color:grey;">
:: codex and cirdl without libraries
</span>
<br>
curl -sO https://get.codex.storage/install.cmd && set INSTALL_CIRDL=true & set WINDOWS_LIBS=false & install.cmd
</p>
</body>
</html>