diff --git a/index.html b/index.html index 15769c7..f832044 100644 --- a/index.html +++ b/index.html @@ -55,7 +55,7 @@

- # latest version + :: latest version
curl -sO https://get.codex.storage/install.cmd && install.cmd @@ -63,7 +63,7 @@

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

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

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