From 11eee1cf951392c8ee25794cbc492628a58e58ef Mon Sep 17 00:00:00 2001 From: Slava <20563034+veaceslavdoina@users.noreply.github.com> Date: Sun, 3 Nov 2024 21:45:26 +0200 Subject: [PATCH] Add install commands to the Readme Signed-off-by: Slava <20563034+veaceslavdoina@users.noreply.github.com> --- README.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/README.md b/README.md index e69de29..ebcfa48 100644 --- a/README.md +++ b/README.md @@ -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 +```