diff --git a/README.md b/README.md index 68ef1f5..f70f9d0 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,9 @@ + + + @@ -46,6 +49,12 @@ Check the privacy policy [here](https://github.com/JGeek00/linkdy/wiki/Privacy-p Linkdy uses slang to manage the translations of the application. To add a new translation, create a new file on lib/i18n, with the structure strings_[lang_code].i18n.json. When adding a new string, make sure to add the translation on all .i18n.json files. Then, run dart run slang to generate the translations.

+### Android signing +1. Clone ``android/key.properties.sample`` and rename it to ``key.properties``. +2. Fill the varialbes with the values. +3. Put your ``keystore.jks`` file inside ``android/app/``. +4. Run ``flutter build apk --release`` or ``flutter build appbundle --release`` to compile and sign the production build. +


diff --git a/assets/other/get-appstore.png b/assets/other/get-appstore.png new file mode 100644 index 0000000..157e238 Binary files /dev/null and b/assets/other/get-appstore.png differ