diff --git a/.gitignore b/.gitignore index 13a2ec35..3be24713 100644 --- a/.gitignore +++ b/.gitignore @@ -25,3 +25,5 @@ site/resources/_gen/ # Filesystem stuff. .directory .DS_Store + +/.parcel-cache \ No newline at end of file diff --git a/site/content/downloads.md b/site/content/downloads.md index 0f7912da..9849d09e 100644 --- a/site/content/downloads.md +++ b/site/content/downloads.md @@ -24,12 +24,15 @@ If you are a Patreon subscriber, the "Early Access" channel will be available to ## Linux +
-

We have yuzu as an AppImage now! This relaxes dependency requirements for yuzu, as well as enabling it to run on a lot of older distributions.

+

We have yuzu as an AppImage and Flatpak now! This relaxes dependency requirements for yuzu, as well as enabling it to run on a lot of older distributions.

+If you prefer to use the Flatpak version, you can download it from the  FlatHub. + To run yuzu as an AppImage, first download it, then add the executable bit from the terminal: ```