From 2a5c283c9a356ba9d9e835892be247a0eaa7c213 Mon Sep 17 00:00:00 2001 From: Reimar Date: Tue, 17 Sep 2024 09:28:47 +0200 Subject: [PATCH] Add .env to setup instructions for flutter --- Docs/setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docs/setup.md b/Docs/setup.md index 3c9e48e..027a6cf 100644 --- a/Docs/setup.md +++ b/Docs/setup.md @@ -16,7 +16,7 @@ To start the backend, run `cargo run`. ### Flutter -In the `Mobile` folder, copy `environment.example.json` to `environment.json` and fill out the values. +In the `Mobile` folder, copy `environment.example.json` to `environment.json` and fill out the values. Also do this with `.env.example`, copying it into `.env`. Run `flutter run --dart-define-from-file environment.json`.