Update examples to use curl silent (#1)

This commit is contained in:
Slava 2024-10-15 10:12:04 +03:00 committed by GitHub
parent 42b9b10aec
commit e6d00ab128
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,7 +20,7 @@
# Install latest Codex
</span>
<br>
curl https://get.codex.storage/install.sh | bash
curl -s https://get.codex.storage/install.sh | bash
</p>
<p>
@ -28,7 +28,7 @@
# Install specific version of Codex
</span>
<br>
curl https://get.codex.storage/install.sh | VERSION=0.1.7 bash
curl -s https://get.codex.storage/install.sh | VERSION=0.1.7 bash
</p>
<p>
@ -36,7 +36,7 @@
# Install latest Codex with cirdl
</span>
<br>
curl https://get.codex.storage/install.sh | INSTALL_CIRDL=true bash
curl -s https://get.codex.storage/install.sh | INSTALL_CIRDL=true bash
</p>
<p>
@ -44,7 +44,7 @@
# On Windows with msys2 install Codex with required libraries
</span>
<br>
curl https://get.codex.storage/install.sh | WINDOWS_LIBS=true INSTALL_CIRDL=true bash
curl -s https://get.codex.storage/install.sh | WINDOWS_LIBS=true INSTALL_CIRDL=true bash
</p>
</body>
</html>