add solana-keygen new to installation steps (#34)
This commit is contained in:
parent
f2cf5cda65
commit
c2f27b8e65
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue