From 83acd5c1749338cde4108827c20a55647afa4caa Mon Sep 17 00:00:00 2001 From: geoff langenderfer Date: Sat, 2 Apr 2022 20:30:32 -0700 Subject: [PATCH] must run solana-test-validator in home directory --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d523e50f..042723f0 100644 --- a/README.md +++ b/README.md @@ -96,6 +96,7 @@ This example connects to a local Solana cluster by default. Start a local Solana cluster: ```bash +cd ~ solana-test-validator ``` > **Note**: You may need to do some [system tuning](https://docs.solana.com/running-validator/validator-start#system-tuning) (and restart your computer) to get the validator to run