diff --git a/docs/toolkit/getting-started.md b/docs/toolkit/getting-started.md index b38d51217..cadb60503 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 install +npx 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 d84b5d013..6a98219c4 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 install +> npx mucho@latest install > ``` ## Advantages diff --git a/docs/toolkit/test-suite/basics.md b/docs/toolkit/test-suite/basics.md index 4c7c182aa..747fb514c 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 install +npx mucho@latest install ``` ## Build