From 7fda066312999a8b576f5555bbe8f4bb89844ef5 Mon Sep 17 00:00:00 2001 From: Val Alexander <68980965+BunsDev@users.noreply.github.com> Date: Sun, 24 May 2026 05:29:01 -0500 Subject: [PATCH] docs: fix homepage install command Swap the hero install bar from the non-existent `create opencoven-app` to the real published package: `npm i -g @opencoven/cli`. Co-Authored-By: Claude Opus 4.7 (1M context) --- app/(home)/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/(home)/page.tsx b/app/(home)/page.tsx index eeb6f3b..80428e2 100644 --- a/app/(home)/page.tsx +++ b/app/(home)/page.tsx @@ -164,7 +164,7 @@ export default function HomePage() { {/* Command */}
- create opencoven-app + npm i -g @opencoven/cli
{/* Guide link */}