From 4804dd49b95538924519e82b1a705be2b22f50a6 Mon Sep 17 00:00:00 2001 From: Elsie Hupp <9206310+elsiehupp@users.noreply.github.com> Date: Mon, 22 Mar 2021 21:59:03 -0400 Subject: [PATCH] Update Flatpak instructions The two-line bash block was rendering as a single line, which obviously doesn't doesn't work if you paste it into the terminal. --- _posts/2000-01-05-install.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/_posts/2000-01-05-install.md b/_posts/2000-01-05-install.md index 6579f2a..7c1cd85 100644 --- a/_posts/2000-01-05-install.md +++ b/_posts/2000-01-05-install.md @@ -144,9 +144,8 @@ Examples: ``` ### Flatpak Option (Linux) -VSCodium is (unofficially) available as a [Flatpak app](https://flathub.org/apps/details/com.vscodium.codium) and here's the [build repo](https://github.com/flathub/com.vscodium.codium). If your distribution has support for [flatpak](https://flathub.org), and you have enabled the [flathub repo](https://flatpak.org/setup/): +VSCodium is (unofficially) available as a [Flatpak app](https://flathub.org/apps/details/com.vscodium.codium) and here's the [build repo](https://github.com/flathub/com.vscodium.codium). If your distribution has support for [flatpak](https://flathub.org), and you have enabled the [flathub repo](https://flatpak.org/setup/), you can install VSCodium via the command line: ```bash flatpak install flathub com.vscodium.codium - -flatpak run com.vscodium.codium ``` +…or by opening the [flatpakref](https://dl.flathub.org/repo/appstream/com.vscodium.codium.flatpakref) file from [Flathub](https://flathub.org/apps/details/com.vscodium.codium). VSCodium can also be found in GNOME Software if you have `gnome-software-plugin-flatpak` installed (as recommended in the Flathub setup instructions).