diff --git a/src/chapter_2/installation.md b/src/chapter_2/installation.md index fc34700..7b6ae67 100644 --- a/src/chapter_2/installation.md +++ b/src/chapter_2/installation.md @@ -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