Slava bc679d6c3a
Adjust scripts help output (#26)
* Make all shell scripts executable

* Adjust scripts help output
2024-11-19 09:43:20 +02:00
2024-11-19 09:43:20 +02:00
2024-10-15 09:51:29 +03:00
2024-11-19 09:43:20 +02:00
2024-11-18 22:03:34 +02:00
2024-11-19 09:43:20 +02:00
2024-11-19 09:43:20 +02:00
2024-10-15 09:51:29 +03:00
2024-10-15 09:51:29 +03:00
2024-11-18 22:18:26 +02:00
2024-11-19 09:43:20 +02:00

Get Codex

Linux, macOS and Windows (msys2)

# latest version
curl -s https://get.codex.storage/install.sh | bash
# specific version
curl -s https://get.codex.storage/install.sh | VERSION=0.1.7 bash
# latest codex and cirdl
curl -s https://get.codex.storage/install.sh | CIRDL=true bash
# codex and cirdl with required libraries on Windows with msys2
curl -s https://get.codex.storage/install.sh | CIRDL=true WINDOWS_LIBS=true bash
# help
curl -s https://get.codex.storage/install.sh | bash -s help

Windows

:: latest version
curl -sO https://get.codex.storage/install.cmd && install.cmd
:: specific version
curl -sO https://get.codex.storage/install.cmd && set VERSION=0.1.7 & install.cmd
:: latest codex and cirdl
curl -sO https://get.codex.storage/install.cmd && set CIRDL=true & install.cmd
:: codex and cirdl without libraries
curl -sO https://get.codex.storage/install.cmd && set CIRDL=true & set WINDOWS_LIBS=true & install.cmd
:: help
curl -sO https://get.codex.storage/install.cmd && install.cmd help

Join Codex Testnet

Linux, macOS and Windows (msys2)

# Install Codex
curl -s https://get.codex.storage/testnet/install.sh | bash

# Generate key
curl -s https://get.codex.storage/testnet/generate.sh | bash

# Run Codex
curl -s https://get.codex.storage/testnet/run.sh | bash
Languages
Shell 64.5%
Batchfile 22%
HTML 13.5%