Update readme with google play and flathub links

This commit is contained in:
John Wesley 2024-03-08 09:56:32 -05:00
parent 8d85ca45c6
commit df5043eb99
3 changed files with 15 additions and 3 deletions

View File

@ -1,15 +1,27 @@
# Interstellar
An app for Kbin or Mbin; connecting you to the fediverse.
An app for Kbin, Mbin, and Lemmy; connecting you to the fediverse.
## Installation
## Downloads
At the moment, Interstellar can be tested on both Linux and Android (you could also build from source for other platforms). You'll find the latest build files [here](https://github.com/jwr1/interstellar/releases/latest).
[![](assets/readme/google-play-badge.png)](https://play.google.com/store/apps/details?id=one.jwr.interstellar)
[![](assets/readme/flathub-badge.png)](https://flathub.org/apps/one.jwr.interstellar)
See the [latest release](https://github.com/jwr1/interstellar/releases/latest) for direct APK files, an AppImage, and more platforms.
## Discussion
You can ask questions, report bugs, or make suggestions either here on [GitHub](https://github.com/jwr1/interstellar/issues), or in the [interstellar magazine](https://kbin.earth/m/interstellar). You can also join the [matrix room](https://matrix.to/#/#kbin-interstellar:matrix.org) for real time discussion.
## Screenshots
<div align="center">
<img src="assets/screenshots/desktop-2.png" width="800"></img>
<br>
<img src="assets/screenshots/mobile-1.png" width="300"></img>
<img src="assets/screenshots/mobile-2.png" width="300"></img>
</div>
## Contributing
Interstellar uses [Flutter](https://flutter.dev) as its framework, so make sure you have the [Flutter SDK installed](https://docs.flutter.dev/get-started/install) before doing anything else. Then, run `flutter doctor -v` to see instructions for setting up different build platforms (e.g. android studio for APKs). Once that's done, use `dart run build_runner build` to build the generated code for models (this only needs to run once unless you modify one of the models). Finally, you can use `flutter run` to develop, and `flutter build {platform}` for release files.

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.0 KiB