Documentation changes
This commit is contained in:
parent
c3b8e14564
commit
7b051d031e
@ -4,21 +4,11 @@ Command line interface (CLI) for accessing the Nexus Network. Highest-performanc
|
|||||||
|
|
||||||
## Quick start
|
## Quick start
|
||||||
|
|
||||||
Ensure that you have Rust.
|
|
||||||
|
|
||||||
```
|
```
|
||||||
curl https://sh.rustup.rs -sSf | sh
|
curl https://network-cli.nexus.xyz/install.sh | sh
|
||||||
```
|
```
|
||||||
|
|
||||||
Get the CLI and run it:
|
If you do not already have Rust, you will be prompted to install it.
|
||||||
|
|
||||||
```
|
|
||||||
git clone https://github.com/nexus-xyz/network-cli
|
|
||||||
cd network-cli
|
|
||||||
cargo run --bin prover -- dev.orchestrator.nexus.xyz
|
|
||||||
```
|
|
||||||
|
|
||||||
Note: Hostname will default to `orchestrator.nexus.xyz` in the public beta release.
|
|
||||||
|
|
||||||
## Known issues
|
## Known issues
|
||||||
|
|
||||||
|
@ -9,4 +9,6 @@ else
|
|||||||
git clone git@github.com:nexus-xyz/network-cli --branch @collinjackson/proving $NEXUS_HOME
|
git clone git@github.com:nexus-xyz/network-cli --branch @collinjackson/proving $NEXUS_HOME
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Note: Hostname will default to `orchestrator.nexus.xyz` in the public beta release.
|
||||||
|
|
||||||
(cd $NEXUS_HOME/clients/cli && cargo run --release --bin prover -- dev.orchestrator.nexus.xyz)
|
(cd $NEXUS_HOME/clients/cli && cargo run --release --bin prover -- dev.orchestrator.nexus.xyz)
|
||||||
|
Loading…
Reference in New Issue
Block a user