doc(readme): clarify what to do with .env

This commit is contained in:
fbachus
2026-07-31 22:20:19 +02:00
parent 6dfb8d7c09
commit 2b7b943ea2
+5 -3
View File
@@ -23,11 +23,13 @@ For the VBB network in Berlin/Brandenburg
this should work for other public transit networks using the HAFAS api, but you will have to test this yourself
### The build part
Create a `.env` in the project root and add
Create a `.env` in the project root and add the following to it
```env
VBB_API_KEY=
VBB_API_URL=
VBB_API_KEY={YOUR_API_KEY}
VBB_API_URL={YOUR_API_URL}
```
For local builds and connected devices simply run `flutter run` in your terminal.
To build for linux: