mirror of
https://github.com/yuzu-emu/yuzu-emu.github.io.git
synced 2025-06-30 14:50:08 +00:00
download: add flatpak download link
This commit is contained in:
parent
b4c6128afb
commit
6d410c7063
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -25,3 +25,5 @@ site/resources/_gen/
|
|||
# Filesystem stuff.
|
||||
.directory
|
||||
.DS_Store
|
||||
|
||||
/.parcel-cache
|
|
@ -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> FlatHub</a>.
|
||||
|
||||
To run yuzu as an AppImage, first download it, then add the executable bit from the terminal:
|
||||
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue