From 649fa9884a6b995594563657841b3d89e953c079 Mon Sep 17 00:00:00 2001 From: Juan Gilsanz Polo Date: Thu, 14 Nov 2024 15:58:45 +0100 Subject: [PATCH] Updated readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 28283d0..380a25a 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ Check the privacy policy [here](https://github.com/JGeek00/linkdy/wiki/Privacy-p ### Android signing 1. Clone ``android/key.properties.sample`` and rename it to ``key.properties``. -2. Fill the varialbes with the values. +2. Fill the variables 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.