From 068ef94406a89e87c0633a774139811abcb41298 Mon Sep 17 00:00:00 2001 From: Gabriele Picco Date: Fri, 26 Apr 2024 10:19:56 +0100 Subject: [PATCH] :memo: Add npm and yarn command to install --- src/getting_started/installation.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/src/getting_started/installation.md b/src/getting_started/installation.md index ad2eb88..90f94e3 100644 --- a/src/getting_started/installation.md +++ b/src/getting_started/installation.md @@ -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