From 5da11d65aebf15fa36d20fdd2acd0d9c62c8f8a1 Mon Sep 17 00:00:00 2001 From: bitscuit Date: Sun, 28 Mar 2021 15:54:09 +0200 Subject: [PATCH] Added link to Play Store in README and added instructions for manual installation --- README.md | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index ef07676..7d4c089 100644 --- a/README.md +++ b/README.md @@ -23,17 +23,15 @@ Calendar can do the following: ## Installation -You can download the installation file for Calendar [here](https://bitscuit.be/dl/Calendar.apk). +Calendar is available on the Google Play Store. Visit [this page](https://play.google.com/store/apps/details?id=be.bitscuit.calendar) to install the app on your device. -To install it on your device, follow these steps: +You could also build Calendar from source, but that's a bit more involved: -1. Move the `.apk` file to your device -2. On your smartphone, open a file manager and locate the file -3. Launch the installation wizard by tapping on the file -4. Follow the steps in the wizard. You may need to 'allow installation from unknown sources' -5. Calendar is now installed on your phone 🥳 - -You could also build Calendar from source, but that's a bit more involved. +- Download the source code: `git clone https://git.bitscuit.be/bitscuit/Calendar` +- Open the project in Android Studio. +- Connect your smartphone to your computer and enable `USB-debugging` under `Developer Settings` on your phone. +- Click the green play button in Android Studio to build and run the code. +- Calendar is now installed on your phone 🥳 ## Contributing