mirror of
https://github.com/logos-storage/get.codex.storage.git
synced 2026-01-02 13:13:07 +00:00
Fix index file indentations (#11)
This commit is contained in:
parent
300ec6ac8e
commit
66da25ff89
60
index.html
60
index.html
@ -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>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user