From 9a249a4b132d49031970c7833ba562c8534dc940 Mon Sep 17 00:00:00 2001 From: Erica Marigold Date: Mon, 29 Jul 2024 09:06:30 +0530 Subject: [PATCH] docs: fix uppercase rokit command for lune setup instructions --- src/content/docs/getting-started/environment.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/getting-started/environment.mdx b/src/content/docs/getting-started/environment.mdx index 6f0d727..278ee33 100644 --- a/src/content/docs/getting-started/environment.mdx +++ b/src/content/docs/getting-started/environment.mdx @@ -51,7 +51,7 @@ To learn more about Lune, its standard library, and installation instructions, p Installing Lune can be done so through Rokit as such: ```bash -Rokit add lune-org/lune +rokit add lune-org/lune ``` To verify that Lune has installed correctly, you can execute the following command in your terminal to display your installed Lune version: