Add Flatpak instructions

This commit is contained in:
Joshua Goins 2024-05-26 09:44:17 -04:00
parent 4e9b02bd94
commit 4880262ade
2 changed files with 19 additions and 1 deletions

View file

@ -8,7 +8,21 @@ See the [changelog](/astra/changelog/0.5.1) for this version.
### Flatpak ### Flatpak
The Flatpak is currently unavailable but is being actively worked on. {{< note "The Flatpak repository only has 0.6.0 currently, which is not released yet. While it may work, be aware it may still be buggy." >}}
There is a Flatpak repository available, which is the preferred method to use Astra. You can open the file below if you use GNOME Software or Plasma Discover:
{{< rawhtml >}}
<div class="buttons">
<a class="blurb-button" href="https://flatpak.xiv.zone/xivzone.flatpakrepo" download>Download Repository</a>
</div>
{{< /rawhtml >}}
If you prefer using the CLI, use the command below:
```shell
flatpak remote-add --if-not-exists xiv.zone https://flatpak.xiv.zone/xivzone.flatpakrepo
```
### Fedora ### Fedora

View file

@ -159,3 +159,7 @@ footer {
border-radius: 5px; border-radius: 5px;
background-color: #292929; background-color: #292929;
} }
.note {
color: black;
}