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