From 6aa56748481d30318f52b6d800434a2019eed58c Mon Sep 17 00:00:00 2001 From: daochild <87706353+daochild@users.noreply.github.com> Date: Wed, 7 May 2025 13:07:51 +0300 Subject: [PATCH] Update solana-test-validator script Fix run on WSL --- windows_setup.md | 1 + 1 file changed, 1 insertion(+) diff --git a/windows_setup.md b/windows_setup.md index 61f032e..c6d8d8f 100644 --- a/windows_setup.md +++ b/windows_setup.md @@ -137,6 +137,7 @@ This means that Solana is set up to talk to our local network! When developing p The last thing to test is we want to make sure we can get a **local Solana node running**. Basically, remember how we said that the Solana chain is run by "validators"? Well — we can actually set up a validator on our computer to test our programs with. ```bash +cd ~ # fix run on WSL solana-test-validator ```