Slava 25dcb87d78
Refactoring installation script for Linux/macOS (#6)
* Add .gitignore

* Add install commands to the Readme

Signed-off-by: Slava <20563034+veaceslavdoina@users.noreply.github.com>

* Refactor installation script for Linux/macOS

---------

Signed-off-by: Slava <20563034+veaceslavdoina@users.noreply.github.com>
2024-11-03 21:54:31 +02:00
2024-10-15 09:51:29 +03:00
2024-10-15 20:24:16 +03:00
2024-10-15 09:51:29 +03:00
2024-10-15 09:51:29 +03:00

Get Codex

Linux and macOS

# 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 | INSTALL_CIRDL=true bash
# codex and cirdl with required libraries on Windows with msys2
curl -s https://get.codex.storage/install.sh | WINDOWS_LIBS=true INSTALL_CIRDL=true bash
# help
curl -s https://get.codex.storage/install.sh | bash -s help
Languages
Shell 64.5%
Batchfile 22%
HTML 13.5%