Fix cd command in Readme (#29)

This commit is contained in:
Slava 2024-11-19 10:22:40 +02:00 committed by GitHub
parent f60a83fceb
commit 273a89ba74
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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