From e0979495d24944908748d43198bacd3f954723bf Mon Sep 17 00:00:00 2001 From: MagicLike Date: Sun, 26 Mar 2023 12:49:21 +0200 Subject: [PATCH] Added link to website contribute section --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5d751a6a..ea25c79a 100644 --- a/README.md +++ b/README.md @@ -184,6 +184,8 @@ All kinds of contributions are welcome. These include: - Test the application on your computer. - Contribute an application build for a new platform. +A detailed list can be found [here](https://openandroidinstaller.org/#contribute). + ### How to contribute your own installation configurations If you want to use the tool for a non-supported smartphone, the fastest way is to adapt an [existing config file](https://github.com/openandroidinstaller-dev/openandroidinstaller/tree/main/openandroidinstaller/assets/configs). The file should be named after the official `device code` of the device. Add the code output by `adb shell getprop | grep ro.product.device` (when the devices is connected to the computer) as well as the official device code to the `supported_device_codes` list in the config. You can also get the device code by connecting the device to the computer and run OpenAndroidInstaller to detect the device.