Fix path to latest .env (#1434)

This commit is contained in:
Konan 2026-04-07 04:07:35 -03:00 committed by GitHub
parent 3a5f5d4903
commit 714206dc7c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,7 +3,7 @@
1. Install docker & docker-compose
2. Download the
[`docker-compose.yml`](https://github.com/zoriya/kyoo/releases/latest/download/docker-compose.yml) and
[`.env`](https://github.com/zoriya/kyoo/releases/latest/download/env.example) files
[`.env`](https://github.com/zoriya/kyoo/releases/latest/download/.env.example) files
3. Fill the `.env` file with your configuration options. Ensure it's named `.env` (nothing before the dot)
4. Look at [Hardware Acceleration section](#Hardware-Acceleration) if you need it
5. Look at [FAQ](#FAQ) if you need it,