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