From 0367cf8e41c1756f0b5bb66d77a95e824e388517 Mon Sep 17 00:00:00 2001 From: Rudra Gupta Date: Wed, 27 Aug 2025 12:37:15 -0400 Subject: [PATCH] docs: update api step 1 path in self hosting documentation (#23393) --- docs/self-hosting/installation.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/self-hosting/installation.mdx b/docs/self-hosting/installation.mdx index 09eb3e43e4..2716c61790 100644 --- a/docs/self-hosting/installation.mdx +++ b/docs/self-hosting/installation.mdx @@ -94,7 +94,7 @@ We recommend using the admin UI/wizard instead of the seeder to enable app store Copy the .env files from their respective example files: ``` -cp apps/api/.env.example apps/api/V2/.env +cp apps/api/v2/.env.example apps/api/v2/.env cp .env.example .env ```