From 300ec6ac8eff8a2bb400e21d2ce6bc0e41cb78e4 Mon Sep 17 00:00:00 2001 From: Slava <20563034+veaceslavdoina@users.noreply.github.com> Date: Fri, 8 Nov 2024 12:50:09 +0200 Subject: [PATCH] Use native Windows comments in index file (#10) --- index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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