Skip to content

Commit

Permalink
fix: install from latest
Browse files Browse the repository at this point in the history
  • Loading branch information
nickfrosty committed Jan 9, 2025
1 parent ef3fa45 commit 32552db
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/toolkit/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion docs/toolkit/local-validator.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ mucho validator --help
> running the following command:
>
> ```shell
> npx mucho install
> npx mucho@latest install
> ```
## Advantages
Expand Down
2 changes: 1 addition & 1 deletion docs/toolkit/test-suite/basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ sidebarSortOrder: 2
Install the Solana Toolkit by running the following command:

```shell
npx mucho install
npx mucho@latest install
```

## Build
Expand Down

0 comments on commit 32552db

Please sign in to comment.