From 4302f542dcd2ca6013969986607c8878986c9c24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Nuno?= <49878220+BaTaTaAdb@users.noreply.github.com> Date: Sat, 1 Jun 2024 00:21:28 +0100 Subject: [PATCH] Update README.md (#496) --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index d59af46b..b3f1336b 100644 --- a/README.md +++ b/README.md @@ -25,17 +25,17 @@ We use the [invoke](https://www.pyinvoke.org) to run some core tasks - you will Initial project setup (after you have installed all required dev tools) is as follows: -Install required flutter packages: -``` -flutter pub get -``` - Generate initial translation files: ``` invoke translate ``` +Install required flutter packages: +``` +flutter pub get +``` + You should now be ready to debug on a connected or emulated device! ### Building Release Versions @@ -52,4 +52,4 @@ Build iOS release: ``` invoke ios -``` \ No newline at end of file +```