From 2b7b943ea273c08c5fe38aedee0f2ccd48838cef Mon Sep 17 00:00:00 2001 From: fbachus Date: Fri, 31 Jul 2026 22:20:19 +0200 Subject: [PATCH] doc(readme): clarify what to do with .env --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9c0a25d..d90e1b8 100644 --- a/README.md +++ b/README.md @@ -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: