Updated Contributing (markdown)

JHubi1 2024-08-05 17:46:52 +02:00
parent 493a005dbe
commit 6c3ca0b36a
1 changed files with 3 additions and 0 deletions

@ -16,6 +16,9 @@ In case the language you're looking for isn't listed, you can check if the devel
## Building
> [!NOTE]
> It might be simpler for someone who doesn't want to contribute to use GitHub actions for building. Follow the [steps below](#github-action) to learn how to do that.
To get a running and working executable out of this project, you have to follow a few steps, but trust me, it's worth it.
First, follow the [Flutter installation guide](https://docs.flutter.dev/get-started/install) by selecting Android as the first app type. Then follow [these steps](https://docs.flutter.dev/deployment/android#signing-the-app) till you have your custom `key.properties`. Place it into the `android` folder at the root of the project.