From f60a83fceba630ee61b6c2af4d85bc36cd637a18 Mon Sep 17 00:00:00 2001 From: Slava <20563034+veaceslavdoina@users.noreply.github.com> Date: Tue, 19 Nov 2024 10:14:00 +0200 Subject: [PATCH] Make Join Codex Testnet single click copy friendly (#28) --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c78a73e..5bf2778 100644 --- a/README.md +++ b/README.md @@ -59,12 +59,18 @@ curl -sO https://get.codex.storage/install.cmd && install.cmd help ### Linux, macOS and Windows (msys2) ```shell +# Create a directory +mkdir codex-testnet && codex-testnet +``` +```shell # Install Codex curl -s https://get.codex.storage/testnet/install.sh | bash - +``` +```shell # Generate key curl -s https://get.codex.storage/testnet/generate.sh | bash - +``` +```shell # Run Codex curl -s https://get.codex.storage/testnet/run.sh | bash ```