Update examples to use curl silent

This commit is contained in:
Slava 2024-10-15 10:09:45 +03:00
parent 42b9b10aec
commit 544fafa5d4
No known key found for this signature in database
GPG Key ID: 351E7AA9BD0DFEB8

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>