diff --git a/index.html b/index.html index f832044..a504ea9 100644 --- a/index.html +++ b/index.html @@ -48,41 +48,43 @@
curl -s https://get.codex.storage/install.sh | INSTALL_CIRDL=true WINDOWS_LIBS=true bash

+
+

Get Codex - Windows -

+ -

- - :: latest version - -
- curl -sO https://get.codex.storage/install.cmd && install.cmd -

+

+ + :: latest version + +
+ curl -sO https://get.codex.storage/install.cmd && install.cmd +

-

- - :: specific version - -
- curl -sO https://get.codex.storage/install.cmd && set VERSION=0.1.7 & install.cmd -

+

+ + :: specific version + +
+ curl -sO https://get.codex.storage/install.cmd && set VERSION=0.1.7 & install.cmd +

-

- - :: latest codex and cirdl - -
- curl -sO https://get.codex.storage/install.cmd && set INSTALL_CIRDL=true install.cmd -

+

+ + :: latest codex and cirdl + +
+ curl -sO https://get.codex.storage/install.cmd && set INSTALL_CIRDL=true install.cmd +

-

- - :: codex and cirdl without libraries - -
- curl -sO https://get.codex.storage/install.cmd && set INSTALL_CIRDL=true & set WINDOWS_LIBS=false & install.cmd -

+

+ + :: codex and cirdl without libraries + +
+ curl -sO https://get.codex.storage/install.cmd && set INSTALL_CIRDL=true & set WINDOWS_LIBS=false & install.cmd +