Use native Windows comments in index file (#10)
This commit is contained in:
parent
46e661280a
commit
300ec6ac8e
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue