mirror of
https://github.com/codex-storage/get-codex.git
synced 2025-02-23 06:28:16 +00:00
Make Join Codex Testnet single click copy friendly (#28)
This commit is contained in:
parent
14a4a72f9f
commit
f60a83fceb
10
README.md
10
README.md
@ -59,12 +59,18 @@ curl -sO https://get.codex.storage/install.cmd && install.cmd help
|
|||||||
|
|
||||||
### Linux, macOS and Windows (msys2)
|
### Linux, macOS and Windows (msys2)
|
||||||
```shell
|
```shell
|
||||||
|
# Create a directory
|
||||||
|
mkdir codex-testnet && codex-testnet
|
||||||
|
```
|
||||||
|
```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
|
||||||
# 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
|
||||||
# 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