add solana-keygen new to installation steps (#34)

This commit is contained in:
Paul 2022-03-11 12:23:57 -05:00 committed by GitHub
parent f2cf5cda65
commit c2f27b8e65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ Go [here](https://www.rust-lang.org/tools/install) to install Rust.
## Solana
Go [here](https://docs.solana.com/cli/install-solana-cli-tools) to install Solana.
Go [here](https://docs.solana.com/cli/install-solana-cli-tools) to install Solana and then run `solana-keygen new` to create a keypair at the default location. Anchor uses this keypair to run your program tests.
## Yarn