Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add more images to README.md #26

Merged
merged 1 commit into from
Mar 18, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

This repository contains the official Flatpak package for [Rymdport](https://github.com/Jacalz/rymdport).

<img src="https://github.com/Jacalz/rymdport/blob/main/internal/assets/screenshot1.png?raw=true" />
<a href='https://flathub.org/apps/details/io.github.jacalz.rymdport'><img width='200' alt='Download on Flathub' src='https://flathub.org/assets/badges/flathub-badge-en.png'/></a>

## Installing
Expand All @@ -24,6 +25,22 @@ The plan is to make the application use portals for file handling in the future

Rymdport is an open source project that is provided free of charge, and that will continue to be the case forever. If you use this project and appreciate the work being put into it, please consider supporting its development through [GitHub Sponsors](https://github.com/sponsors/Jacalz). This is in no way a requirement, but would be greatly appreciated and would allow for even more improvements to come further down the road.

### Our Sponsors

We are grateful for the support received by the following organizations:

<a href='https://fynelabs.com/'>
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://i0.wp.com/fynelabs.com/wp-content/uploads/2022/01/logo_light.png">
<source media="(prefers-color-scheme: light)" srcset="https://i0.wp.com/fynelabs.com/wp-content/uploads/2022/01/logo_dark.png">
<img alt="Sponsored by Fyne Labs" width='200' src="https://i0.wp.com/fynelabs.com/wp-content/uploads/2022/01/logo_light.png">
</picture>
</a>
<br /><br />
<a href='https://tuta.com/'>
<img alt="Sponsored by Tutanota" width='300' src="https://raw.githubusercontent.com/rymdport/rymdport.github.io/main/assets/tuta_striped_black.svg">
</a>

## Building locally

Building the package locally requires `flatpak-builder` to be installed. Install it through your distrubution's package manager.
Expand Down