From 0ee45e7084c5a3ec695bee8eac520b784b5ce82f Mon Sep 17 00:00:00 2001 From: Adil Hafeez Date: Mon, 23 Mar 2026 00:20:41 +0000 Subject: [PATCH] update README with install.sh instructions --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index db398507..2fa9db8c 100644 --- a/README.md +++ b/README.md @@ -131,7 +131,11 @@ async def chat(request: Request): ### 3. Start Plano & Query Your Agents -**Prerequisites:** Follow the [prerequisites guide](https://docs.planoai.dev/get_started/quickstart.html#prerequisites) to install Plano and set up your environment. +**Prerequisites:** Install the Plano CLI: + +```bash +curl -fsSL https://raw.githubusercontent.com/katanemo/plano/main/install.sh | bash +``` ```bash # Start Plano