Add install commands to the Readme

Signed-off-by: Slava <20563034+veaceslavdoina@users.noreply.github.com>
This commit is contained in:
Slava 2024-11-03 21:45:26 +02:00
parent b33891be51
commit 11eee1cf95
No known key found for this signature in database
GPG Key ID: 351E7AA9BD0DFEB8

View File

@ -0,0 +1,28 @@
# Get Codex
### Linux and macOS
```shell
# latest version
curl -s https://get.codex.storage/install.sh | bash
```
```shell
# specific version
curl -s https://get.codex.storage/install.sh | VERSION=0.1.7 bash
```
```shell
# latest codex and cirdl
curl -s https://get.codex.storage/install.sh | INSTALL_CIRDL=true bash
```
```shell
# 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
```
```shell
# help
curl -s https://get.codex.storage/install.sh | bash -s help
```