Added link to Play Store in README and added instructions for manual installation
This commit is contained in:
parent
8535d193ca
commit
5da11d65ae
16
README.md
16
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
|
||||
|
|
Loading…
Reference in New Issue