From e9603066f6d62d2da174ce78dd5ee79bea3e2881 Mon Sep 17 00:00:00 2001 From: "G. Hussain Chinoy" Date: Fri, 22 Nov 2024 07:24:30 -0700 Subject: [PATCH] doc: update cli installation (#1374) Co-authored-by: Hussain Chinoy --- docs-go/get-started-go.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs-go/get-started-go.md b/docs-go/get-started-go.md index 0326d247d..2ae57ee0d 100644 --- a/docs-go/get-started-go.md +++ b/docs-go/get-started-go.md @@ -53,7 +53,7 @@ To get started with Genkit, install the Genkit CLI and run 1. Install the Genkit CLI by running the following command: ```posix-terminal - npm i -g genkit + npm i -g genkit-cli ``` This command installs the Genkit CLI into your Node installation directory