Skip to content
This repository has been archived by the owner on Jan 24, 2025. It is now read-only.

Commit

Permalink
refactor: details about mucho install (#692)
Browse files Browse the repository at this point in the history
  • Loading branch information
nickfrosty authored Jan 14, 2025
1 parent 3597f3d commit ca1f58a
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
7 changes: 7 additions & 0 deletions docs/toolkit/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ To get started, install The Solana Toolkit:

```shell
npx -y mucho@latest install
mucho --version
```

This will install the latest versions of the following:
Expand All @@ -49,6 +50,12 @@ This will install the latest versions of the following:
- [Code Coverage Tool](https://github.com/LimeChain/zest?tab=readme-ov-file): A
code coverage CLI tool for Solana programs.

After installation, all `mucho` commands can be run as follows:

```shell
mucho --help
```

## Generate a keypair

For a fresh installation of the [Solana CLI](https://docs.anza.xyz/cli/), you're
Expand Down
8 changes: 8 additions & 0 deletions docs/toolkit/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,18 @@ one cli_.

## Install

Install the Solana Toolkit and `mucho` CLI with the following command:

```shell
npx -y mucho@latest install
```

Verify mucho was installed via:

```shell
mucho --version
```

For more information, go to [Getting Started](/docs/toolkit/getting-started.md).

## Create a Project
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 @@ -17,7 +17,7 @@ keywords:
## Installation

Install the Solana Toolkit by running the following command:
Install the Solana Toolkit and mucho CLI by running the following command:

```shell
npx -y mucho@latest install
Expand Down

0 comments on commit ca1f58a

Please sign in to comment.