2
0

📝 Update local-installation documentation for landing page (#1627)

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!
This commit is contained in:
Abhirup Basu
2024-07-08 21:36:17 +05:30
committed by GitHub
parent 2772d88e1a
commit e545c60ca7

View File

@ -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
```