diff --git a/README.md b/README.md
index e4aed03..aa89cd3 100644
--- a/README.md
+++ b/README.md
@@ -14,12 +14,12 @@ curl -s https://get.codex.storage/install.sh | VERSION=0.1.7 bash
```shell
# latest codex and cirdl
-curl -s https://get.codex.storage/install.sh | INSTALL_CIRDL=true bash
+curl -s https://get.codex.storage/install.sh | CIRDL=true bash
```
```shell
# codex and cirdl with required libraries on Windows with msys2
-curl -s https://get.codex.storage/install.sh | INSTALL_CIRDL=true WINDOWS_LIBS=true bash
+curl -s https://get.codex.storage/install.sh | CIRDL=true WINDOWS_LIBS=true bash
```
```shell
@@ -41,12 +41,12 @@ curl -sO https://get.codex.storage/install.cmd && set VERSION=0.1.7 & install.cm
```batch
:: latest codex and cirdl
-curl -sO https://get.codex.storage/install.cmd && set INSTALL_CIRDL=true & install.cmd
+curl -sO https://get.codex.storage/install.cmd && set CIRDL=true & install.cmd
```
```batch
:: codex and cirdl without libraries
-curl -sO https://get.codex.storage/install.cmd && set INSTALL_CIRDL=true & set WINDOWS_LIBS=true & install.cmd
+curl -sO https://get.codex.storage/install.cmd && set CIRDL=true & set WINDOWS_LIBS=true & install.cmd
```
```batch
diff --git a/index.html b/index.html
index a504ea9..1ad248a 100644
--- a/index.html
+++ b/index.html
@@ -38,7 +38,7 @@
# latest codex and cirdl
- curl -s https://get.codex.storage/install.sh | INSTALL_CIRDL=true bash
+ curl -s https://get.codex.storage/install.sh | CIRDL=true bash
@@ -46,7 +46,7 @@
# codex and cirdl with required libraries on Windows with msys2
- curl -s https://get.codex.storage/install.sh | INSTALL_CIRDL=true WINDOWS_LIBS=true bash
+ curl -s https://get.codex.storage/install.sh | CIRDL=true WINDOWS_LIBS=true bash
@@ -84,7 +84,7 @@
:: codex and cirdl without libraries
- curl -sO https://get.codex.storage/install.cmd && set INSTALL_CIRDL=true & set WINDOWS_LIBS=false & install.cmd
+ curl -sO https://get.codex.storage/install.cmd && set CIRDL=true & set WINDOWS_LIBS=false & install.cmd