From 6e65dbd0ed76e5c4f7a98fe4d94e43e0f51f350c Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 25 Jun 2018 22:49:59 -0700 Subject: [PATCH] Update readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2b741bf2f..9d2db6163 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,7 @@ The architecture is based off these two projects: - [inKino](https://github.com/roughike/inKino) - [Iiro Krankka](https://twitter.com/koorankka) ## Developer Notes +- Run `cp .env.dart.example .env.dart` when setting up the app to create the config file. - Run `flutter packages pub run build_runner build` to regenerate the model files ## Contributions