diff --git a/pages/self-hosting/hosting-guide.mdx b/pages/self-hosting/hosting-guide.mdx index 662f956..8a2c179 100644 --- a/pages/self-hosting/hosting-guide.mdx +++ b/pages/self-hosting/hosting-guide.mdx @@ -15,7 +15,7 @@ LearnHouse Community Edition is designed for self-hosting on your own infrastruc ```bash git clone https://github.com/learnhouse/community-edition.git cd community-edition -cp .env.example .env +cp env.example .env # Edit .env with your configuration docker-compose -f docker-compose.yml up -d ```