Install Codex

# Install latest Codex
curl https://get.codex.storage/install.sh | bash

# Install specific version of Codex
curl https://get.codex.storage/install.sh | VERSION=0.1.7 bash

# Install latest Codex with cirdl
curl https://get.codex.storage/install.sh | INSTALL_CIRDL=true bash

# On Windows with msys2 install Codex with required libraries
curl https://get.codex.storage/install.sh | WINDOWS_LIBS=true INSTALL_CIRDL=true bash