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.**
```bash
$ cargo build
$ ./cargo build
```
# Testing
@ -62,7 +62,7 @@ $ cargo build
**Run the test suite:**
```bash
$ cargo test
$ ./cargo test
```
### Starting a local testnet