From ad729248762c7ecd483ad983bbe5bcee1a13ef17 Mon Sep 17 00:00:00 2001 From: nickfrosty <75431177+nickfrosty@users.noreply.github.com> Date: Thu, 9 Jan 2025 15:36:36 -0500 Subject: [PATCH] fix: installing --- docs/toolkit/getting-started.md | 2 +- docs/toolkit/local-validator.md | 2 +- docs/toolkit/test-suite/basics.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/toolkit/getting-started.md b/docs/toolkit/getting-started.md index cadb60503..9d8d1275a 100644 --- a/docs/toolkit/getting-started.md +++ b/docs/toolkit/getting-started.md @@ -18,7 +18,7 @@ toolkit - _mucho tools, one cli_. To get started, install The Solana Toolkit: ```shell -npx mucho@latest install +npx -y mucho@latest install ``` This will install the latest versions of the following: diff --git a/docs/toolkit/local-validator.md b/docs/toolkit/local-validator.md index 6a98219c4..c21323f2b 100644 --- a/docs/toolkit/local-validator.md +++ b/docs/toolkit/local-validator.md @@ -25,7 +25,7 @@ mucho validator --help > running the following command: > > ```shell -> npx mucho@latest install +> npx -y mucho@latest install > ``` ## Advantages diff --git a/docs/toolkit/test-suite/basics.md b/docs/toolkit/test-suite/basics.md index 747fb514c..fab6522ab 100644 --- a/docs/toolkit/test-suite/basics.md +++ b/docs/toolkit/test-suite/basics.md @@ -13,7 +13,7 @@ sidebarSortOrder: 2 Install the Solana Toolkit by running the following command: ```shell -npx mucho@latest install +npx -y mucho@latest install ``` ## Build