mirror of
https://github.com/codex-storage/get-codex.git
synced 2025-02-22 05:58:06 +00:00
Update examples to use curl silent (#1)
This commit is contained in:
parent
42b9b10aec
commit
e6d00ab128
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user