From d9b89b876b36914e6ac2c856f63e816f1e730af2 Mon Sep 17 00:00:00 2001 From: "Badr B." Date: Wed, 26 Nov 2025 23:27:44 +0100 Subject: [PATCH] Fix typo in environment file copy command --- pages/self-hosting/hosting-guide.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ```