From 224ee1a74dfc17e93a52e95d3fd0b2ffe1e775ac Mon Sep 17 00:00:00 2001 From: Raunit Jaiswal Date: Tue, 16 Sep 2025 17:15:00 +0530 Subject: [PATCH] correct lighthouse-sdk installation command --- docs/src/pages/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/pages/getting-started.md b/docs/src/pages/getting-started.md index 6afccbd..eb206eb 100644 --- a/docs/src/pages/getting-started.md +++ b/docs/src/pages/getting-started.md @@ -9,7 +9,7 @@ description: How to Lighthouse. Lighthouse instructions can be built using either the rust or javascript sdk. For the rust sdk, you can install the sdk using cargo: ```bash -$ cargo install lighthouse-sdk +$ cargo add lighthouse-sdk ``` For the @solana/kit version of the javascript sdk, you can install the sdk using npm: