From 9a8fb122e7ec987fc3c5d48d41682c1888930ffc Mon Sep 17 00:00:00 2001 From: Slava <20563034+veaceslavdoina@users.noreply.github.com> Date: Mon, 18 Nov 2024 22:18:26 +0200 Subject: [PATCH] Fix Testnet index typo (#25) * Fix typo in Codex Testnet index file * Add Join Codex Testnet in Readme --- README.md | 27 +++++++++++++++++++++------ testnet/index.html | 2 +- 2 files changed, 22 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index aa89cd3..c78a73e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Get Codex +## Get Codex ### Linux, macOS and Windows (msys2) @@ -29,27 +29,42 @@ curl -s https://get.codex.storage/install.sh | bash -s help ### Windows -```batch +```cmd :: latest version curl -sO https://get.codex.storage/install.cmd && install.cmd ``` -```batch +```cmd :: specific version curl -sO https://get.codex.storage/install.cmd && set VERSION=0.1.7 & install.cmd ``` -```batch +```cmd :: latest codex and cirdl curl -sO https://get.codex.storage/install.cmd && set CIRDL=true & install.cmd ``` -```batch +```cmd :: codex and cirdl without libraries curl -sO https://get.codex.storage/install.cmd && set CIRDL=true & set WINDOWS_LIBS=true & install.cmd ``` -```batch +```cmd :: help curl -sO https://get.codex.storage/install.cmd && install.cmd help ``` + + +## Join Codex Testnet + +### Linux, macOS and Windows (msys2) +```shell +# 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 +``` diff --git a/testnet/index.html b/testnet/index.html index 76d4415..76ee4aa 100644 --- a/testnet/index.html +++ b/testnet/index.html @@ -38,7 +38,7 @@ # Run Codex
- curl -s https://get.codex.storage/testnet/generate.sh | bash + curl -s https://get.codex.storage/testnet/run.sh | bash