From c2f27b8e6578ebed2a389a36a38880659fe0ded5 Mon Sep 17 00:00:00 2001 From: Paul Date: Fri, 11 Mar 2022 12:23:57 -0500 Subject: [PATCH] add solana-keygen new to installation steps (#34) --- src/chapter_2/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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