Update README.md

This commit is contained in:
Mercurio 2023-11-09 19:09:01 +01:00 committed by GitHub
parent 66fb8461e5
commit c1a9245a88
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,7 +11,7 @@ Get both [flutter](https://flutter.dev/) and [android studio](https://developer.
`flutter --version`
then cd in the repository folder and run the following commands. You'll be greeted by a first time setup that will check for platform tools, dependencies and possible missing stuff. build artifacts will be in the "android" subfolder inside the repo
then cd in the repository folder and run the following commands. You'll be greeted by a first time setup that will check for platform tools, dependencies and possible missing stuff. build artifacts won't be saved when building for android unless running the build command
```bash
flutter run
@ -21,5 +21,5 @@ flutter run
Grab one of the releases from the releases page or run. production artifacts will be found in the android directory
```bash
flutter build
flutter build apk
```