diff --git a/config.rb b/config.rb index 6c5892c..6aa651e 100644 --- a/config.rb +++ b/config.rb @@ -17,7 +17,7 @@ # which_fake_page: "Rendering a fake page with a local variable" } data.distro.each do |i| - proxy "/setup/#{i.slug ? i.slug : i.name}.html", "/distro-template.html", :locals => { :name => i.name, :logo => i.logo, :info => i.info, :slug => i.slug }, :ignore => true + proxy "/setup/#{i.slug ? i.slug : i.name}.html", "/distro-template.html", :locals => { :name => i.name, :logo => i.logo, :introduction => i.introduction, :steps => i.steps, :slug => i.slug }, :ignore => true end # General configuration diff --git a/data/distro.yml b/data/distro.yml index dd50655..d2aaa22 100644 --- a/data/distro.yml +++ b/data/distro.yml @@ -1,518 +1,391 @@ -- name: "Ubuntu" +- name: Ubuntu logo: "ubuntu.svg" - info: > -
To install Flatpak on Ubuntu 18.10 (Cosmic Cuttlefish) or later, simply run:
-With older Ubuntu versions, the official Flatpak PPA is the recommended way to install Flatpak. To install it, run the following in a terminal:
-The Flatpak plugin for the Software app makes it possible to install apps without needing the command line. To install, run:
-Note: the Software app is distributed as a Snap since Ubuntu 20.04 and does not support graphical installation of Flatpak apps. Installing the Flatpak plugin will also install a deb version of Software and result in two Software apps being installed at the same time.
-Flathub is the best place to get Flatpak apps. To enable it, run:
-To complete setup, restart your system. Now all you have to do is install some apps!
-Flatpak is installed by default on Fedora Workstation, Fedora Silverblue, and Fedora Kinoite. To get started, all you need to do is enable Flathub, which is the best way to get Flatpak apps. Just download and install the Flathub repository file.
-Now all you have to do is install some apps!
-The above links should work on the default GNOME and KDE Fedora installations, but if they fail for some reason you can manually add the Flathub remote by running:
+ steps: + - name: Install Flatpak + text: " +To install Flatpak on Ubuntu 18.10 (Cosmic Cuttlefish) or later, simply run:
+With older Ubuntu versions, the official Flatpak PPA is the recommended way to install Flatpak. To install it, run the following in a terminal:
+The Flatpak plugin for the Software app makes it possible to install apps without needing the command line. To install, run:
+Note: the Software app is distributed as a Snap since Ubuntu 20.04 and does not support graphical installation of Flatpak apps. Installing the Flatpak plugin will also install a deb version of Software and result in two Software apps being installed at the same time.
" + - name: Add the Flathub repository + text: " +Flathub is the best place to get Flatpak apps. To enable it, run:
To complete setup, restart your system. Now all you have to do is install some apps!
' -- name: "Manjaro" +- name: Fedora + logo: "fedora.svg" + introduction: > + +Flatpak is installed by default on Fedora Workstation, Fedora Silverblue, and Fedora Kinoite. To get started, all you need to do is enable Flathub, which is the best way to get Flatpak apps. Just download and install the Flathub repository file.
+Now all you have to do is install some apps!
+The above links should work on the default GNOME and KDE Fedora installations, but if they fail for some reason you can manually add the Flathub remote by running:
+Flatpak is installed by default on Manjaro 20 or higher.
-To enable its support, navigate to the Software Manager (Add/Remove Programs)
-Click on the triple line menu [or dots depending on the Desktop Environment] on the right, in the drop down menu select "Preferences"
-Navigate to the "Flatpak" tab and slide the toggle to Enable Flatpak support (it is also possible to enable checking for updates, which is recommended).
-To complete setup, restart your system. Now all you have to do is install some apps!
-Flatpak is installed by default on Manjaro 20 or higher.
+To enable its support, navigate to the Software Manager (Add/Remove Programs)
+Click on the triple line menu [or dots depending on the Desktop Environment] on the right, in the drop down menu select "Preferences"
+Navigate to the "Flatpak" tab and slide the toggle to Enable Flatpak support (it is also possible to enable checking for updates, which is recommended).
' + - name: Restart + text: ' +To complete setup, restart your system. Now all you have to do is install some apps!
' + +- name: Endless OS logo: "endless.svg" - info: > -If you are using an older version, upgrade to Endless OS 3.
-If you are using an older version, upgrade to Endless OS 3.
-- name: "Chrome OS" +- name: Chrome OS logo: "chrome-os.svg" - info: > -Flatpak applications can be installed on ChromeOS with the Crostini Linux compatibility layer. This is not available for all ChromeOS devices, so you should ensure your device is compatible before proceeding. A list of compatible devices is maintained here.
-Navigate to chrome://os-settings, and scroll down to Developers and turn on Linux development environment. ChromeOS will take some time downloading and installing Linux.
-Press the Search/Launcher key, type "Terminal", and launch the Terminal app.
-To install Flatpak, run the following in the terminal:
-A more up to date flatpak package is available in the Debian backports repository.
-Flathub is the best place to get Flatpak apps. To enable it, run:
-To complete setup, restart Linux. You can do this by right-clicking terminal, and then clicking "Shut down Linux". Now all you have to do is install some apps!
-Flatpak is installed by default on Red Hat Enterprise Linux Workstation 9 and newer. To get started, all you need to do is enable Flathub, which is the best way to get Flatpak apps. Just download and install the Flathub repository file.
-To install Flatpak on Red Hat Enterprise Linux Workstation 8 or older, run the following in a terminal:
- -Now all you have to do is install some apps!
-The above links should work on the default Red Hat Enterprise Linux Workstation 9 installation, but if they fail for some reason you can manually add the Flathub remote by running:
+ introduction: > +Flatpak applications can be installed on ChromeOS with the Crostini Linux compatibility layer. This is not available for all ChromeOS devices, so you should ensure your device is compatible before proceeding. A list of compatible devices is maintained here.
+ steps: + - name: Enable Linux support + text: ' +Navigate to chrome://os-settings, and scroll down to Developers and turn on Linux development environment. ChromeOS will take some time downloading and installing Linux.
' + - name: Start a Linux terminal + text: ' +Press the Search/Launcher key, type "Terminal", and launch the Terminal app.
' + - name: Install Flatpak + text: ' +To install Flatpak, run the following in the terminal:
A more up to date flatpak package is available in the Debian backports repository.
' + - name: Add the Flathub repository + text: " +Flathub is the best place to get Flatpak apps. To enable it, run:
+To complete setup, restart Linux. You can do this by right-clicking terminal, and then clicking "Shut down Linux". Now all you have to do is install some apps!
' -- name: "Linux Mint" +- name: Red Hat Enterprise Linux + logo: "redhat.svg" + introduction:Flatpak is installed by default on Red Hat Enterprise Linux Workstation 9 and newer. To get started, all you need to do is enable Flathub, which is the best way to get Flatpak apps. Just download and install the Flathub repository file.
+To install Flatpak on Red Hat Enterprise Linux Workstation 8 or older, run the following in a terminal:
+ +Now all you have to do is install some apps!
+The above links should work on the default Red Hat Enterprise Linux Workstation 9 installation, but if they fail for some reason you can manually add the Flathub remote by running:
+If you are using an older version, upgrade to Linux Mint 18.3.
-If you are using an older version, upgrade to Linux Mint 18.3.
-- name: "openSUSE" +- name: openSUSE logo: "opensuse.svg" - info: > -Flatpak is available in the default repositories of all currently maintained openSUSE Leap and openSUSE Tumbleweed versions.
-If you prefer a graphical installation, you can install Flatpak using a "1-click installer" from software.opensuse.org. If your distribution version is not shown by default, click Show flatpak for other distributions first and then select from the list.
-Alternatively, install Flatpak from the command line using Zypper:
-Flathub is the best place to get Flatpak apps. To enable it, run:
-To complete setup, restart your system. Now all you have to do is install some apps!
-Flatpak is available in the default repositories of all currently maintained openSUSE Leap and openSUSE Tumbleweed versions.
+If you prefer a graphical installation, you can install Flatpak using a "1-click installer" from software.opensuse.org. If your distribution version is not shown by default, click Show flatpak for other distributions first and then select from the list.
+Alternatively, install Flatpak from the command line using Zypper:
+Flathub is the best place to get Flatpak apps. To enable it, run:
+To complete setup, restart your system. Now all you have to do is install some apps!
' -- name: "Arch" +- name: Arch logo: "arch.svg" - info: > -To install Flatpak, run the following in a terminal:
-To complete setup, restart your system. Now all you have to do is install some apps!
-To install Flatpak on Arch, simply run:
+To complete setup, restart your system. Now all you have to do is install some apps!
' + +- name: Debian logo: "debian.svg" - info: > -A flatpak package is available in Debian Buster and newer. To install it, run the following as root:
-A flatpak package is available in Debian 10 (Buster) and newer. To install it, run the following as root:
+If you are running GNOME, it is also a good idea to install the Flatpak plugin for GNOME Software. To do this, run:
If you are running KDE Plasma, you can install the Flatpak plugin for KDE Discover instead:
-Flathub is the best place to get Flatpak apps. To enable it, run:
+If you are running KDE, you should instead install the Plasma Discover Flatpak backend:
+Flathub is the best place to get Flatpak apps. To enable it, download and install the Flathub repository file or run the following in a terminal:
To complete setup, restart your system. Now all you have to do is install some apps!
-To complete setup, restart your system. Now all you have to do is install some apps!
' -- name: "Rocky Linux" +- name: Rocky Linux logo: "rockylinux.svg" - info: > -Flatpak is installed by default on Rocky Linux 8 and newer, when installed with a software selection that includes GNOME (Server with GUI, Workstation). If you are using such a system, you may skip this step. To install Flatpak on Rocky Linux, run the following in a terminal:
-Flathub is the best way to get Flatpak apps. To enable it, download and install the Flathub repository file, or run the following in a terminal:
+Flathub is the best place to get Flatpak apps. To enable it, download and install the Flathub repository file or run the following in a terminal:
To complete setup, restart your system. Now all you have to do is install some apps!
-To complete setup, restart your system. Now all you have to do is install some apps!
' -- name: "CentOS" +- name: CentOS logo: "cent-os.svg" - info: > -Flatpak is installed by default on CentOS 7 and newer, when using GNOME. To get started, all you need to do is enable Flathub, which is the best way to get Flatpak apps. Just download and install the Flathub repository file.
-Now all you have to do is install some apps!
-Flatpak is installed by default on CentOS 7 and newer, when using GNOME. To get started, all you need to do is enable Flathub, which is the best way to get Flatpak apps. Just download and install the Flathub repository file.
+Now all you have to do is install some apps!
-- name: "EuroLinux" +- name: EuroLinux logo: "eurolinux.svg" - info: > -Flatpak is installed by default on EuroLinux 8 and newer, when using GNOME. To get started, all you need to do is enable Flathub, which is the best way to get Flatpak apps. Just download and install the Flathub repository file.
-Now all you have to do is install some apps!
-Flatpak is installed by default on EuroLinux 8 and newer, when using GNOME. To get started, all you need to do is enable Flathub, which is the best way to get Flatpak apps. Just download and install the Flathub repository file.
+Now all you have to do is install some apps!
-- name: "AlmaLinux" +- name: AlmaLinux logo: "almalinux.svg" - info: > -Flatpak is installed by default on AlmaLinux 8 and newer, when using GNOME. To get started, all you need to do is enable Flathub, which is the best way to get Flatpak apps. Just download and install the Flathub repository file.
-Now all you have to do is install some apps!
-Flatpak is installed by default on AlmaLinux 8 and newer, when using GNOME. To get started, all you need to do is enable Flathub, which is the best way to get Flatpak apps. Just download and install the Flathub repository file.
+Now all you have to do is install some apps!
-- name: "Gentoo" +- name: Gentoo logo: "gentoo.svg" - info: > -To install Flatpak, enable the ~amd64 keyword for sys-apps/flatpak, acct-user/flatpak and acct-group/flatpak:
-Then, install Flatpak:
-Flathub is the best place to get Flatpak apps. To enable it, run:
To complete setup, restart your system. Now all you have to do is install some apps!
-Note: graphical installation of Flatpak apps may not be possible with Gentoo.
-Note: graphical installation of Flatpak apps may not be possible with Gentoo.
' -- name: "Kubuntu" +- name: Kubuntu logo: "kubuntu.svg" - info: > -To install Flatpak on Kubuntu 18.10 (Cosmic Cuttlefish) or later, simply run:
-With older Kubuntu versions, the official Flatpak PPA is the recommended way to install Flatpak. To install it, run the following in a terminal:
-The Flatpak plugin for the Software app makes it possible to install apps without needing the command line (available on Kubuntu 18.04 and newer). To install on 20.04 or later, run:
-On Kubuntu 18.04, you should run this instead:
-Flathub is the best place to get Flatpak apps. To enable it, run:
-To complete setup, restart your system. Now all you have to do is install some apps!
-To install Flatpak on Kubuntu 18.10 (Cosmic Cuttlefish) or later, simply run:
+With older Kubuntu versions, the official Flatpak PPA is the recommended way to install Flatpak. To install it, run the following in a terminal:
+The Flatpak plugin for the Software app makes it possible to install apps without needing the command line (available on Kubuntu 18.04 and newer). To install on 20.04 or later, run:
+On Kubuntu 18.04, you should run this instead:
+Flathub is the best place to get Flatpak apps. To enable it, download and install the Flathub repository file or run the following in a terminal:
+To complete setup, restart your system. Now all you have to do is install some apps!
' -- name: "Solus" +- name: Solus logo: "solus.svg" - info: > -To install Flatpak, run the following in a terminal:
-Flathub is the best place to get Flatpak apps. To enable it, run:
-To complete setup, restart your system. Now all you have to do is install some apps!
-Note: graphical installation of Flatpak apps is not yet possible with Solus, but will be available in the near future.
-To install Flatpak on Solus, simply run:
+Flathub is the best place to get Flatpak apps. To enable it, download and install the Flathub repository file or run the following in a terminal:
+To complete setup, restart your system. Now all you have to do is install some apps!
+Note: graphical installation of Flatpak apps is not yet possible with Solus, but will be available in the near future.
' -- name: "Alpine" +- name: Alpine logo: "alpine.svg" - info: > -Flatpak can be installed from the community repository. Run the following in a terminal:
-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:
-And for KDE Discover, run this instead:
-Flathub is the best place to get Flatpak apps. To enable it, run:
-To complete the setup, restart your system. Now all you have to do is install some apps!
-Flatpak can be installed from the community repository. Run the following in a terminal:
+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:
+For KDE Discover run:
+Flathub is the best place to get Flatpak apps. To enable it, download and install the Flathub repository file or run the following in a terminal:
+To complete the setup, restart your system. Now all you have to do is install some apps!
' + +- name: Mageia logo: "mageia.svg" - info: > -A flatpak package is available for Mageia 6 and newer. To install with DNF, run the following as root:
-Or, to install with urpmi
, run:
Flathub is the best place to get Flatpak apps. To enable it, run:
+Flathub is the best place to get Flatpak apps. To enable it, download and install the Flathub repository file or run the following in a terminal:
To complete setup, restart your system. Now all you have to do is install some apps!
-Note: graphical installation of Flatpak apps may not be possible with Mageia.
-Note: graphical installation of Flatpak apps may not be possible with Mageia.
' - name: "Pop!_OS" logo: "pop-os.svg" - info: > -For older versions of Pop!_OS, see the instructions below.
-If you are using an older version, you can refer to the instructions below.
+ steps: + - name: Install Flatpak + text: "To install Flatpak on Pop!_OS 19.10 and earlier, simply run:
-Flathub is the best place to get Flatpak apps. To enable it, run:
-To complete setup, restart your system. Now all you have to do is install some apps!
-Note: graphical installation of Flatpak apps may not be possible with Pop!_OS 19.10 and earlier.
-Flathub is the best place to get Flatpak apps. To enable it, download and install the Flathub repository file or run the following in a terminal:
+To complete setup, restart your system. Now all you have to do is install some apps!
+Note: graphical installation of Flatpak apps may not be possible with Pop!_OS 19.10 and earlier.
' -- name: "elementary OS" + +- name: elementary OS logo: "elementary-os.svg" logo_dark: "elementary-os-dark.svg" - info: > -elementary OS 5.1 and newer comes with Flatpak support out of the box. For non-curated apps, head to Flathub to install any app using the big "Install" button, and open the downloaded `.flatpakref` file with Sideload.
-Note: After installing one app from a remote like Flathub, all other apps from that remote will also automatically show up in AppCenter.
-elementary OS 5.1 and newer comes with Flatpak support out of the box. For non-curated apps, head to Flathub to install any app using the big "Install" button, and open the downloaded `.flatpakref` file with Sideload.
+Note: After installing one app from a remote like Flathub, all other apps from that remote will also automatically show up in AppCenter.
' + +- name: Raspberry Pi OS logo: "raspberry-pi-os.svg" - info: > -A flatpak package is available in Raspberry Pi OS (previously called Raspbian) Stretch and newer. To install it, run the following as root:
Flathub is the best place to get Flatpak apps. To enable it, run:
Important note: As of March 2021, Raspberry Pi computers still ship with the 32-bit version of Raspberry Pi OS. However Flathub started phasing out support for that architecture. If you consider Flathub as an important source of applications, it is recommended to use Raspberry Pi OS 64-bit as newer applications are more likely to be available for that platform.
-To complete setup, restart your system. Now all you have to do is install some apps!
-Note: graphical installation of Flatpak apps may not be possible with Raspberry Pi OS.
-Important note: As of March 2021, Raspberry Pi computers still ship with the 32-bit version of Raspberry Pi OS. However Flathub started phasing out support for that architecture. If you consider Flathub as an important source of applications, it is recommended to use Raspberry Pi OS 64-bit as newer applications are more likely to be available for that platform.
" + - name: Restart + text: 'To complete setup, restart your system. Now all you have to do is install some apps!
+Note: graphical installation of Flatpak apps may not be possible with Raspberry Pi OS.
' -- name: "Clear Linux" +- name: Clear Linux logo: "clearlinux.svg" - info: > -Flatpak is installed and Flathub repository is pre-configured by default on Clear Linux when installing the desktop bundle.
-Now all you have to do is install some apps!
-Flatpak is installed and Flathub repository is pre-configured by default on Clear Linux when installing the desktop bundle.
+Now all you have to do is install some apps!
+ +- name: Void Linux logo: "void.svg" logo_dark: "void-dark.svg" - info: > -To install Flatpak, run the following:
-To install Flatpak on Void Linux, run the following in a terminal:
+Flathub is the best place to get Flatpak apps. To enable it, run:
To complete setup, restart your system. Now all you have to do is install some apps!
-To complete setup, restart your system. Now all you have to do is install some apps!
' -- name: "NixOS" +- name: NixOS logo: "nixos.svg" - info: > -
- To install Flatpak, set NixOS option services.flatpak.enable
to true
- by putting the following into your /etc/nixos/configuration.nix
:
-
To install Flatpak, set NixOS option services.flatpak.enable
to true
by putting the following into your /etc/nixos/configuration.nix
:
For more details see the NixOS documentation.
-For more details see the NixOS documentation.
" + - name: Add the Flathub repository + text: 'Flathub is the best place to get Flatpak apps. To enable it, run:
Now all you have to do is install some apps!
-To complete setup, restart your system. Now all you have to do is install some apps!
' + +- name: PureOS logo: "pureos.svg" logo_dark: "pureos-dark.svg" - info: > -Flatpak is installed by default on PureOS. To get started, all you need to do is enable Flathub, which is the best way to get Flatpak apps. Just download and install the Flathub repository file.
-Now all you have to do is install some apps!
-Flatpak is installed by default on PureOS. To get started, all you need to do is enable Flathub, which is the best way to get Flatpak apps. Just download and install the Flathub repository file.
+Now all you have to do is install some apps!
-- name: "Turkman Linux" +- name: Turkman Linux logo: "turkman.svg" - info: > -To install Flatpak on Turkman Linux, run the following in a terminal:
Emerge way
No emerge way
To enable services on Turkman Linux, run the following in a terminal:
Flathub is the best place to get Flatpak apps. To enable it, run:
To complete setup, restart your system. Now all you have to do is install some apps!
-Note: graphical installation of Flatpak apps may not be possible with Turkman Linux.
-Note: graphical installation of Flatpak apps may not be possible with Turkman Linux.
' -- name: "Ataraxia Linux" +- name: Ataraxia Linux logo: "ataraxia.svg" logo_dark: "ataraxia-dark.svg" - info: > -To install Flatpak, run the following:
+ steps: + - name: Install Flatpak + text: ' +To install Flatpak on Ataraxia Linux, run the following in a terminal:
Flathub is the best place to get Flatpak apps. To enable it, run:
To complete setup, restart your system. Now all you have to do is install some apps!
-To complete setup, restart your system. Now all you have to do is install some apps!
' -- name: "Zorin OS" +- name: Zorin OS logo: "zorin-os.svg" - info: > -You can use the Software Store app to download flatpak apps.
-- name: "Deepin" +- name: Deepin logo: "deepin.svg" - info: > -To install Flatpak, run the following:
+ steps: + - name: Install Flatpak + text: ' +To install Flatpak on Deepin, run the following in a terminal:
Flathub is the best place to get Flatpak apps. To enable it, run:
To install light and dark themes, run:
To complete setup, restart your system. Now all you have to do is install some apps!
-To complete setup, restart your system. Now all you have to do is install some apps!
' -- name: "Pardus" +- name: Pardus logo: "pardus.svg" - info: > -A flatpak package is available in Pardus 2019 and newer. To install it, run the following as root:
For Pardus 2017 and older versions, a flatpak package is available in the official backports repository.
-For Pardus 2017 and older versions, a flatpak package is available in the official backports repository.
' + - name: Install the Software Flatpak plugin + text: 'If you are running GNOME, it is also a good idea to install the Flatpak plugin for GNOME Software. To do this, run:
Flathub is the best place to get Flatpak apps. To enable it, run:
To complete setup, restart your system. Now all you have to do is install some apps!
-To complete setup, restart your system. Now all you have to do is install some apps!
' -- name: "MX Linux" +- name: MX Linux logo: "mxlinux.svg" - info: > -Flatpak support is built in from MX 18 and later. It is only required to activate the Flathub repository following these instructions:
-Open MX Package Installer (open the menu and look in MX Tools), select the "Flatpaks" tab, to activate the repository you will need to enter the root password.
-To complete setup, restart your system. Now all you have to do is install some apps!
-Open MX Package Installer (open the menu and look in MX Tools), select the "Flatpaks" tab, to activate the repository you will need to enter the root password.
' + - name: Restart + text: ' +To complete setup, restart your system. Now all you have to do is install some apps!
' - name: "Pisi GNU/Linux" slug: "Pisi GNU Linux" logo: "pisi.svg" logo_dark: "pisi-dark.svg" - info: > -A flatpak package is available in Pisi 2.1 and newer. To install it, run the following as root:
Flathub is the best place to get Flatpak apps. To enable it, run:
To complete setup, restart your system. Now all you have to do is install some apps!
-Note: for now, graphical installation of Flatpak apps is not possible on Pisi GNU/Linux.
-Note: graphical installation of Flatpak apps may not be possible with Pisi GNU/Linux.
' -- name: "EndeavourOS" +- name: EndeavourOS logo: "endeavouros.svg" logo_dark: "endeavouros-dark.svg" - info: > -To install Flatpak on EndeavorOS, you must first make sure your installation is up to date, run the following in a terminal:
-Then install Flatpak:
-Flathub is the best place to get Flatpak apps. To enable it, run:
-To complete setup, restart your system. Now all you have to do is install some apps!
-Note: graphical installation of Flatpak apps may not be possible with EndeavourOS.
-To install Flatpak on EndeavorOS, you must first make sure your installation is up to date, run the following in a terminal:
+Then install Flatpak:
+Flathub is the best place to get Flatpak apps. To enable it, run:
+To complete setup, restart your system. Now all you have to do is install some apps!
+Note: graphical installation of Flatpak apps may not be possible with EndeavourOS.
' -- name: "KDE neon" +- name: KDE neon logo: "kdeneon.svg" - info: > -Flatpak support is built in by default from KDE neon 19 and later. To activate the Flathub repository in Discover, just follow the instructions below:
-Open Discover and click on Settings (lower left corner).
-Check that in the Flatpak section the box is checked.
-Note: with this Flathub app search will be integrated in Discover, if you want to limit the app search to Flathub you can mark Flatpak as default by clicking on the star.
-If you are using an older version, you can refer to the instructions below.
+ steps: + - name: Enable Flatpak + text: "Open Discover and click on Settings (lower left corner)." + - name: Check Flatpak settings + text: "Check that in the Flatpak section the box is checked.
Note: with this Flathub app search will be integrated in Discover, if you want to limit the app search to Flathub you can mark Flatpak as default by clicking on the star.
" + +- name: GNU Guix logo: "guix.svg" logo_dark: "guix-dark.svg" - info: > -Flatpak can be installed from GNU Guix's default repositories. Run the following in a terminal:
+ steps: + - name: Install Flatpak + text: ' +To install Flatpak on GNU Guix, run the following in a terminal:
Flathub is the best place to get Flatpak apps. To enable it, run:
To complete setup, restart your system. Now all you have to do is install some apps!
-Note: graphical installation of Flatpak apps may not be possible with GNU Guix.
-Note: graphical installation of Flatpak apps may not be possible with GNU Guix.
' diff --git a/source/distro-template.html.haml b/source/distro-template.html.haml index dfad5f9..a8425d2 100644 --- a/source/distro-template.html.haml +++ b/source/distro-template.html.haml @@ -7,12 +7,18 @@ description: #{locals[:name]} Quick Setup .container .row .col-lg-10.col-lg-offset-1 - %h1.centered + %h1.centered = locals[:name] Quick Setup %p.centered Follow these simple steps to start using Flatpak - + .row.largegap .col-lg-12 - = locals[:info] + %ol.distrotut + - if locals[:introduction] + = locals[:introduction] + - Array(locals[:steps]).each_with_index do |step, i| + %li + %h2= step[:name] + %p= step[:text] \ No newline at end of file