download: add flatpak download link

This commit is contained in:
liushuyu 2021-11-19 17:17:47 -07:00
parent b4c6128afb
commit 6d410c7063
No known key found for this signature in database
GPG key ID: 23D1CE4534419437
2 changed files with 6 additions and 1 deletions

2
.gitignore vendored
View file

@ -25,3 +25,5 @@ site/resources/_gen/
# Filesystem stuff.
.directory
.DS_Store
/.parcel-cache

View file

@ -24,12 +24,15 @@ If you are a Patreon subscriber, the "Early Access" channel will be available to
## Linux
<link href="//cdn.jsdelivr.net/npm/font-logos@0.18/assets/font-logos.css" rel="stylesheet">
<article class="message has-text-weight-semibold">
<div class="message-body">
<p style="color:cyan;margin-bottom: 0px;">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.</p>
<p style="color:cyan;margin-bottom: 0px;">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.</p>
</div>
</article>
If you prefer to use the Flatpak version, you can download it from the <a href="https://flathub.org/apps/details/org.yuzu_emu.yuzu"><span class="fl-flathub"></span>&nbsp;FlatHub</a>.
To run yuzu as an AppImage, first download it, then add the executable bit from the terminal:
```