Make Join Codex Testnet single click copy friendly

This commit is contained in:
Slava 2024-11-19 10:10:37 +02:00
parent 14a4a72f9f
commit dd07be2316
No known key found for this signature in database
GPG Key ID: 351E7AA9BD0DFEB8

View File

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