Use native Windows comments in index file (#10)

This commit is contained in:
Slava 2024-11-08 12:50:09 +02:00 committed by GitHub
parent 46e661280a
commit 300ec6ac8e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 4 deletions

View File

@ -55,7 +55,7 @@
<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
@ -63,7 +63,7 @@
<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
@ -71,7 +71,7 @@
<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
@ -79,7 +79,7 @@
<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