Update rust installation instructions for benchmarking (#11635)

* update rust installation instructions for benchmarking

* replace drone with faucet for clarity

* point to README for Rust setup
This commit is contained in:
Eric Williams 2020-08-27 20:26:49 +02:00 committed by GitHub
parent f65887be33
commit 3eb5b95e27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 7 deletions

View File

@ -6,12 +6,7 @@ The Solana git repository contains all the scripts you might need to spin up you
For all four variations, you'd need the latest Rust toolchain and the Solana source code:
First, install Rust's package manager Cargo.
```bash
curl https://sh.rustup.rs -sSf | sh
source $HOME/.cargo/env
```
First, setup Rust, Cargo and system packages as described in the Solana [README](https://github.com/solana-labs/solana#1-install-rustc-cargo-and-rustfmt)
Now checkout the code from github:
@ -42,7 +37,7 @@ The network is initialized with a genesis ledger generated by running the follow
NDEBUG=1 ./multinode-demo/setup.sh
```
### Drone
### Faucet
In order for the validators and clients to work, we'll need to spin up a faucet to give out some test tokens. The faucet delivers Milton Friedman-style "air drops" \(free tokens to requesting clients\) to be used in test transactions.