From add00713e1508cf024a6b4d59ce5dee594fd24df Mon Sep 17 00:00:00 2001 From: Jeff Hykin Date: Fri, 29 Aug 2025 10:09:25 -0500 Subject: [PATCH] Fix Danet CLI installation command (add --global) Updated installation command for Danet CLI to include --global flag. --- src/overview/first-steps.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/overview/first-steps.md b/src/overview/first-steps.md index a4c084c..66ebab6 100644 --- a/src/overview/first-steps.md +++ b/src/overview/first-steps.md @@ -14,7 +14,7 @@ v1.24.3) is installed on your operating system. The easiest way to set up a Danet project is by using our [Danet CLI](/cli.md) ```bash -$ deno install --allow-read --allow-write --allow-run --allow-env -n danet jsr:@danet/cli +$ deno install --allow-read --allow-write --allow-run --allow-env --global -n danet jsr:@danet/cli $ danet new my-danet-project $ cd my-danet-project ```