diff --git a/index.html b/index.html index 6294c57..6272d72 100644 --- a/index.html +++ b/index.html @@ -1,50 +1,52 @@ - -
- - + + - -
-
- # Install latest Codex
-
-
- curl -s https://get.codex.storage/install.sh | bash
-
+
+ # latest version
+
+
+ curl -s https://get.codex.storage/install.sh | bash
+
-
- # Install specific version of Codex
-
-
- curl -s https://get.codex.storage/install.sh | VERSION=0.1.7 bash
-
+
+ # specific version
+
+
+ curl -s https://get.codex.storage/install.sh | VERSION=0.1.7 bash
+
-
- # Install latest Codex with cirdl
-
-
- curl -s https://get.codex.storage/install.sh | INSTALL_CIRDL=true bash
-
+
+ # latest codex and cirdl
+
+
+ curl -s https://get.codex.storage/install.sh | INSTALL_CIRDL=true bash
+
-
- # On Windows with msys2 install Codex with required libraries
-
-
- curl -s https://get.codex.storage/install.sh | WINDOWS_LIBS=true INSTALL_CIRDL=true bash
-
+
+ # codex with required libraries on Windows with msys2
+
+
+ curl -s https://get.codex.storage/install.sh | WINDOWS_LIBS=true INSTALL_CIRDL=true bash
+