Update README.md (#496)

This commit is contained in:
João Nuno 2024-06-01 00:21:28 +01:00 committed by GitHub
parent 349b3d4366
commit 4302f542dc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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