From 9903bfb04d23d8a11f7ca9f5ac92683f7189aa59 Mon Sep 17 00:00:00 2001 From: Slava <20563034+veaceslavdoina@users.noreply.github.com> Date: Tue, 15 Oct 2024 20:19:01 +0300 Subject: [PATCH] Update index.html to make it more readable (#4) --- index.html | 80 ++++++++++++++++++++++++++++-------------------------- 1 file changed, 41 insertions(+), 39 deletions(-) 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
+