mirror of
https://github.com/logos-storage/get.codex.storage.git
synced 2026-01-02 13:13:07 +00:00
Fix cd command in Readme (#29)
This commit is contained in:
parent
f60a83fceb
commit
273a89ba74
@ -58,18 +58,22 @@ curl -sO https://get.codex.storage/install.cmd && install.cmd help
|
|||||||
## Join Codex Testnet
|
## Join Codex Testnet
|
||||||
|
|
||||||
### Linux, macOS and Windows (msys2)
|
### Linux, macOS and Windows (msys2)
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
# Create a directory
|
# Create a directory
|
||||||
mkdir codex-testnet && codex-testnet
|
mkdir codex-testnet && cd codex-testnet
|
||||||
```
|
```
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
# Install Codex
|
# Install Codex
|
||||||
curl -s https://get.codex.storage/testnet/install.sh | bash
|
curl -s https://get.codex.storage/testnet/install.sh | bash
|
||||||
```
|
```
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
# Generate key
|
# Generate key
|
||||||
curl -s https://get.codex.storage/testnet/generate.sh | bash
|
curl -s https://get.codex.storage/testnet/generate.sh | bash
|
||||||
```
|
```
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
# Run Codex
|
# Run Codex
|
||||||
curl -s https://get.codex.storage/testnet/run.sh | bash
|
curl -s https://get.codex.storage/testnet/run.sh | bash
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user