diff --git a/content/software/astra/install.md b/content/software/astra/install.md index 7765e7b..630f34e 100644 --- a/content/software/astra/install.md +++ b/content/software/astra/install.md @@ -8,7 +8,21 @@ See the [changelog](/astra/changelog/0.5.1) for this version. ### 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 >}} +
+Download Repository +
+{{< /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 diff --git a/themes/mytheme/assets/css/style.css b/themes/mytheme/assets/css/style.css index b09f67c..1c12d18 100644 --- a/themes/mytheme/assets/css/style.css +++ b/themes/mytheme/assets/css/style.css @@ -159,3 +159,7 @@ footer { border-radius: 5px; background-color: #292929; } + +.note { + color: black; +}