Added link to Play Store in README and added instructions for manual installation

This commit is contained in:
bitscuit 2021-03-28 15:54:09 +02:00
parent 8535d193ca
commit 5da11d65ae
1 changed files with 7 additions and 9 deletions

View File

@ -23,17 +23,15 @@ Calendar can do the following:
## Installation ## 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 - Download the source code: `git clone https://git.bitscuit.be/bitscuit/Calendar`
2. On your smartphone, open a file manager and locate the file - Open the project in Android Studio.
3. Launch the installation wizard by tapping on the file - Connect your smartphone to your computer and enable `USB-debugging` under `Developer Settings` on your phone.
4. Follow the steps in the wizard. You may need to 'allow installation from unknown sources' - Click the green play button in Android Studio to build and run the code.
5. Calendar is now installed on your phone 🥳 - Calendar is now installed on your phone 🥳
You could also build Calendar from source, but that's a bit more involved.
## Contributing ## Contributing