Skip to content

Commit da4272e

Browse files
committed
Reword ubuntu setup instructions
Done by @cassidyjames
1 parent 3f4fa7b commit da4272e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

data/distro.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
steps:
44
- name: Install Flatpak
55
text: "
6-
<p>To install Flatpak on Ubuntu 18.10 (Cosmic Cuttlefish) or later, simply run:</p>
6+
<p>To install Flatpak on <strong>Ubuntu 18.10 (Cosmic Cuttlefish) or later</strong>, open the Terminal app and run:</p>
77
<terminal-command>sudo apt install flatpak</terminal-command>
8-
<p>With older Ubuntu versions, the official Flatpak PPA is the recommended way to install Flatpak. To install it, run the following in a terminal:</p>
8+
<p>For older versions <strong>up to Ubuntu 18.04 LTS (Bionic Beaver)</strong>, the official Flatpak PPA is required to install Flatpak and keep it up to date. To add the PPA and install Flatpak, open the Terminal app and run:</p>
99
<terminal-command>
1010
sudo add-apt-repository ppa:flatpak/stable\n
1111
sudo apt update\n

0 commit comments

Comments
 (0)