Skip to content

Commit

Permalink
📝 Add npm and yarn command to install
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielePicco committed Apr 26, 2024
1 parent 4f3945b commit 068ef94
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion src/getting_started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,21 @@ Go [here](https://yarnpkg.com/getting-started/install) to install Yarn.

### Installing Bolt

Install `Bolt` using Cargo.
#### Install `Bolt` using npm or yarn.

With npm:

```bash
npm install -g @magicblock-labs/bolt-cli
```

With yarn:

```bash
yarn global add @magicblock-labs/bolt-cli
```

#### Install `Bolt` using Cargo.

```
cargo install --git https://github.com/magicblock-labs/bolt --locked --force
Expand Down

0 comments on commit 068ef94

Please sign in to comment.