From cf0a317d277d6d552657f16db5351bf67e03308a Mon Sep 17 00:00:00 2001 From: Mohamed Boudra Date: Thu, 5 Feb 2026 15:18:41 +0700 Subject: [PATCH] fix(website): update install command to @getpaseo/cli --- packages/website/src/routes/docs/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/website/src/routes/docs/index.tsx b/packages/website/src/routes/docs/index.tsx index fa68a15f6..0ba254e3c 100644 --- a/packages/website/src/routes/docs/index.tsx +++ b/packages/website/src/routes/docs/index.tsx @@ -26,11 +26,11 @@ function GettingStarted() {

Installation

- Install the server globally and run it on your machine: + Install the CLI globally and run it on your machine:

$ - npm install -g @paseohq/server + npm install -g @getpaseo/cli
$