Add instructions for setting up environment variables

pull/90/head
Teck Meng 2024-03-01 22:33:11 +08:00
parent 8a173f4479
commit 29bf5a089c
1 changed files with 3 additions and 0 deletions

View File

@ -28,6 +28,9 @@ Read the **[Installation guide](https://docs.flarum.org/install)** to get starte
```sh
git clone https://github.com/furyhawk/flarum.git -b docker-compose
cd flarum
# copy and edit .env file if needed
cp .env.example .env
docker run --rm -it -v $PWD:/app composer install
docker compose up -d
```