From e545c60ca7b8402e6c1182f96ffb5d98b1e246e7 Mon Sep 17 00:00:00 2001 From: Abhirup Basu Date: Mon, 8 Jul 2024 21:36:17 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Update=20local-installation=20do?= =?UTF-8?q?cumentation=20for=20landing=20page=20(#1627)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This section of the local-installation documentation required to be modified because the `/landing-page` directory has already been moved from the `/apps` directory to the `/ee/apps` directory. Thanks! --- apps/docs/contribute/guides/local-installation.mdx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/apps/docs/contribute/guides/local-installation.mdx b/apps/docs/contribute/guides/local-installation.mdx index b9b5f3fe5..fe5969445 100644 --- a/apps/docs/contribute/guides/local-installation.mdx +++ b/apps/docs/contribute/guides/local-installation.mdx @@ -46,10 +46,8 @@ icon: 'laptop' 6. (Optional) Start the landing page - Copy `apps/landing-page/.env.local.example` to `apps/landing-page/.env.local` - ```sh - cd apps/landing-page + cd ee/apps/landing-page pnpm dev ```