Skip to content

Commit

Permalink
Update distro.yml Alpine Linux section (#631)
Browse files Browse the repository at this point in the history
  • Loading branch information
RyuKurisu authored Sep 22, 2023
1 parent b68886c commit 973128e
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions data/distro.yml
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,17 @@
<h2>Install Flatpak</h2>
<p>Flatpak can be installed from the community repository. Run the following in a terminal:</p>
<pre><code>
<span class="unselectable">$</span> sudo apk add flatpak
<span class="unselectable">$</span> doas apk add flatpak
</code></pre>
</li>
<h2>Install the Software Flatpak plugin</h2>
<p>You can install the Flatpak plugin for either the GNOME Software (since v3.13) or KDE Discover (since v3.11), making it possible to install apps without needing the command line. To install, for GNOME Software run:</p>
<pre><code>
<span class="unselectable">$</span> doas apk add gnome-software-plugin-flatpak
</code></pre>
<p>And for KDE Discover, run this instead:</p>
<pre><code>
<span class="unselectable">$</span> doas apk add discover-backend-flatpak
</code></pre>
</li>
<li>
Expand All @@ -371,8 +381,7 @@
</li>
<li>
<h2>Restart</h2>
<p>To complete setup, restart your system. Now all you have to do is <a href="https://flathub.org/">install some apps</a>!</p>
<p>Note: graphical installation of Flatpak apps may not be possible with Alpine.</p>
<p>To complete the setup, restart your system. Now all you have to do is <a href="https://flathub.org/">install some apps</a>!</p>
</li>
</ol>
Expand Down

0 comments on commit 973128e

Please sign in to comment.