Update download/build instructions

This commit is contained in:
Lea 2023-02-04 11:10:17 +01:00
parent 001666f3e3
commit e24ff355fb
Signed by: Lea
GPG key ID: 1BAFFE8347019C42

View file

@ -6,7 +6,18 @@ This application is mainly intended as a client for [FreshRSS](https://github.co
## Download
You can download an APK from the [Releases](https://git.amogus.cloud/Lea/feet/releases) tab.
Feet is hosted on my [personal F-Droid repo](https://droid.lea.pet). You can also download the APK directly [here](droid.lea.pet/feet.apk).
## Building
Follow [the instructions](https://docs.flutter.dev/get-started/install) to install Flutter.
**Stay away from the snap package!** If you're on Arch, you can get Flutter from the AUR. On other distros, follow the manual installation steps.
After cloning the repository, run `flutter pub get` to fetch dependencies, then run `flutter build apk`.
If your phone is connected via ADB, you can directly install the APK using `flutter install`.
Note that while Flutter offers cross-platform support, I only develop for Android and other targets (including desktop builds) most likely won't work.
If you plan on contributing you should develop on a real phone or an Android emulator.
## Screenshots