From fae2014f562b480ee96aff26eb9f75b2a86d160c Mon Sep 17 00:00:00 2001 From: Sam Phillips Date: Wed, 20 Nov 2024 21:34:20 -0500 Subject: [PATCH] Update README.md Remove genkit init from the Readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8f076de7a..956e1aecc 100644 --- a/README.md +++ b/README.md @@ -55,10 +55,10 @@ Genkit provides a CLI and a local UI to streamline your AI development workflow. ### CLI -The Genkit CLI is the quickest way to start a new Genkit project. It also includes commands for running and evaluating your Genkit functions (flows). +The Genkit CLI includes commands for running and evaluating your Genkit functions (flows) and collecting telemetry and logs. - **Install:** `npm i -g genkit` -- **Initialize a new project:** `genkit init` +- **Run a command, wrapped with telemetry, a interactive developer UI, etc:** `genkit start -- ` ### Developer UI