Skip to content

Commit 072f48d

Browse files
committed
chore: Updating instruction to install bolt-cli from cargo instead of npm
1 parent cb09079 commit 072f48d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@ With Bolt, you can create games that live forever on the blockchain. These games
2626

2727
| Package | Description | Version | Docs |
2828
|:----------------------------|:---------------------------------------------------------------------------------|:-----------------------------------------------------------------------------------------------------------------------------------------|:----------------------------------------------------------------------------------------------------------------|
29+
| `bolt-cli` | CLI to support building and managing a Bolt workspace | [![Crates.io](https://img.shields.io/crates/v/bolt-cli?color=blue)](https://crates.io/crates/bolt-cli) | [![Docs](https://img.shields.io/badge/docs-tutorials-blue)](https://book.boltengine.gg/getting_started/installation.html) |
2930
| `bolt-lang` | Rust primitives for creating components, systems and writing programs on Solana | [![Crates.io](https://img.shields.io/crates/v/bolt-lang?color=blue)](https://crates.io/crates/bolt-lang) | [![Docs.rs](https://img.shields.io/badge/docs-tutorials-blue)](https://book.boltengine.gg/) |
3031
| `@magicblock-labs/bolt-sdk` | TypeScript client for Anchor programs | [![npm](https://img.shields.io/npm/v/@magicblock-labs/bolt-sdk.svg?color=blue)](https://www.npmjs.com/package/@magicblock-labs/bolt-sdk) | [![Docs](https://img.shields.io/badge/docs-tutorials-blue)](https://book.boltengine.gg/getting_started/world_program.html#typescript-sdk-installation) |
31-
| `@magicblock-labs/bolt-cli` | CLI to support building and managing a Bolt workspace | [![npm](https://img.shields.io/npm/v/@magicblock-labs/bolt-cli.svg?color=blue)](https://www.npmjs.com/package/@magicblock-labs/bolt-cli) | [![Docs](https://img.shields.io/badge/docs-tutorials-blue)](https://book.boltengine.gg/getting_started/installation.html) |
3232

3333
## ⚡️ Installing the bolt-cli
3434

3535
```bash
36-
npm install -g @magicblock-labs/bolt-cli
36+
cargo install bolt-cli
3737
```
3838

3939
## 🔩️ Getting Started

0 commit comments

Comments
 (0)