From 6d410c7063b8a4c69728f460f898548bc207a1f9 Mon Sep 17 00:00:00 2001 From: liushuyu Date: Fri, 19 Nov 2021 17:17:47 -0700 Subject: [PATCH] download: add flatpak download link --- .gitignore | 2 ++ site/content/downloads.md | 5 ++++- 2 files changed, 6 insertions(+), 1 deletion(-) 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: ```