mirror of
https://github.com/learnhouse/docs.git
synced 2026-02-17 15:57:39 +01:00
Fix typo in environment file copy command
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user