Fix typo in environment file copy command

This commit is contained in:
Badr B.
2025-11-26 23:27:44 +01:00
committed by GitHub
parent 8d7f016cfa
commit d9b89b876b

View File

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