From 273a89ba747aed85d90bb4e8a414d7ea7936f0c5 Mon Sep 17 00:00:00 2001 From: Slava <20563034+veaceslavdoina@users.noreply.github.com> Date: Tue, 19 Nov 2024 10:22:40 +0200 Subject: [PATCH] Fix cd command in Readme (#29) --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5bf2778..9007e92 100644 --- a/README.md +++ b/README.md @@ -58,18 +58,22 @@ curl -sO https://get.codex.storage/install.cmd && install.cmd help ## Join Codex Testnet ### Linux, macOS and Windows (msys2) + ```shell # Create a directory -mkdir codex-testnet && codex-testnet +mkdir codex-testnet && cd 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