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>
|
||||
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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user