Skip to content

Commit c7059f6

Browse files
authored
Merge pull request #326 from gweiworld/patch-1
Update README.md
2 parents 459468b + 580e43d commit c7059f6

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ To learn more about `snops` we recommend checking out the mdbook [here](https://
3737
The controlplane is the webserver that communicates to agents how to
3838
run snarkOS, or what transactions to execute.
3939

40-
1. In another terminal, install the cli: `cargo install --path ./crates/snops-cli`, or build with `cargo xtask build cli` and use from `target/release-big/snops-cli`.
40+
1. In another terminal, install the cli: `cargo install --path ./crates/cli`, or build with `cargo xtask build cli` and use from `target/release-big/snops-cli`.
4141

4242
The cli is used to interact with the controlplane and manage environments.
4343
It provides JSON based output. We recommend pairing our cli with [`jq`](https://jqlang.github.io/jq/) when leveraging other scripts and tools
@@ -55,10 +55,10 @@ To learn more about `snops` we recommend checking out the mdbook [here](https://
5555
1. In separate terminals, start up some agents with the following commands:
5656

5757
```sh
58-
./script/agent.sh 0
59-
./script/agent.sh 1
60-
./script/agent.sh 2
61-
./script/agent.sh 3
58+
./scripts/agent.sh 0
59+
./scripts/agent.sh 1
60+
./scripts/agent.sh 2
61+
./scripts/agent.sh 3
6262
```
6363

6464
Each of these can be dynamically configured as snarkos nodes. The default
@@ -81,7 +81,7 @@ been more convenient. Snops aliases locally generated keys automatically from co
8181
reduces the need to keep track of individual key files.
8282

8383
1. Start an environment (see previous example)
84-
1. Start a compute agent: `./scripts/agent_compute.sh 0`
84+
1. Start a compute agent: `./scripts/compute_agent.sh 0`
8585

8686
Compute agents are able to distribute the execution of transactions,
8787
offloading the compute task to different servers.

0 commit comments

Comments
 (0)