Updated Contributing (markdown)
parent
493a005dbe
commit
6c3ca0b36a
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue