Update docs to use ./cargo (#28798)

This commit is contained in:
Will Hickey 2022-11-14 14:08:56 -06:00 committed by GitHub
parent 0bfea02056
commit 1e2989501f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -54,7 +54,7 @@ $ cd solana
## **3. Build.** ## **3. Build.**
```bash ```bash
$ cargo build $ ./cargo build
``` ```
# Testing # Testing
@ -62,7 +62,7 @@ $ cargo build
**Run the test suite:** **Run the test suite:**
```bash ```bash
$ cargo test $ ./cargo test
``` ```
### Starting a local testnet ### Starting a local testnet