From ed0de172c4a459a3c3d3eaccb1fc34b22afdd454 Mon Sep 17 00:00:00 2001 From: Baptiste Augrain Date: Mon, 26 Feb 2024 11:51:33 +0100 Subject: [PATCH] docs(readme): official flatpak and remove split lines --- README.md | 28 +++++++++------------------- 1 file changed, 9 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index cc3de51..f2016e3 100644 --- a/README.md +++ b/README.md @@ -94,45 +94,35 @@ scoop install vscodium #### Install with snap (GNU/Linux) -VSCodium is available in the [Snap Store](https://snapcraft.io/) as [Codium](https://snapcraft.io/codium), -thanks to the help of the [Snapcrafters](https://github.com/snapcrafters/codium) community. +VSCodium is available in the [Snap Store](https://snapcraft.io/) as [Codium](https://snapcraft.io/codium), thanks to the help of the [Snapcrafters](https://github.com/snapcrafters/codium) community. If your GNU/Linux distribution has support for [snaps](https://snapcraft.io/docs/installing-snapd): + ```bash snap install codium --classic ``` #### Install with Package Manager (GNU/Linux) -You can always install using the downloads (deb, rpm, tar) on the releases page for -[stable](https://github.com/VSCodium/vscodium/releases) or -[insiders](https://github.com/VSCodium/vscodium-insiders/releases), but you can also -install using your favorite package manager and get automatic updates. +You can always install using the downloads (deb, rpm, tar) on the releases page for [stable](https://github.com/VSCodium/vscodium/releases) or [insiders](https://github.com/VSCodium/vscodium-insiders/releases), but you can also install using your favorite package manager and get automatic updates. -[@paulcarroty](https://github.com/paulcarroty) has set up a repository with instructions -for `apt`, `dnf` and `zypper` [here](https://gitlab.com/paulcarroty/vscodium-deb-rpm-repo). +[@paulcarroty](https://github.com/paulcarroty) has set up a repository with instructions for `apt`, `dnf` and `zypper` [here](https://gitlab.com/paulcarroty/vscodium-deb-rpm-repo). Any issues installing VSCodium using your package manager should be directed to that repository's issue tracker. #### Install on Arch Linux -VSCodium is available in [AUR](https://wiki.archlinux.org/index.php/Arch_User_Repository), -maintained by [@binex-dsk](https://github.com/binex-dsk) -as package [vscodium-bin](https://aur.archlinux.org/packages/vscodium-bin/) (stable) and -as [vscodium-insiders-bin](https://aur.archlinux.org/packages/vscodium-insiders-bin). +VSCodium is available in [AUR](https://wiki.archlinux.org/index.php/Arch_User_Repository), maintained by [@binex-dsk](https://github.com/binex-dsk) as package [vscodium-bin](https://aur.archlinux.org/packages/vscodium-bin/) (stable) and as [vscodium-insiders-bin](https://aur.archlinux.org/packages/vscodium-insiders-bin). -If you want to save disk space by having VSCodium use the Electron system-wide, you also have -[vscodium-electron](https://aur.archlinux.org/packages/vscodium-electron), +If you want to save disk space by having VSCodium use the Electron system-wide, you also have [vscodium-electron](https://aur.archlinux.org/packages/vscodium-electron), maintained by [@m00nw4tch3r](https://aur.archlinux.org/account/m00nw4tch3r). -An alternative package [vscodium-git](https://aur.archlinux.org/packages/vscodium-git/), -maintained by [@cedricroijakkers](https://github.com/cedricroijakkers), -is also available should you wish to compile from source yourself. +An alternative package [vscodium-git](https://aur.archlinux.org/packages/vscodium-git/), maintained by [@cedricroijakkers](https://github.com/cedricroijakkers), is also available should you wish to compile from source yourself. #### Flatpak Option (GNU/Linux) -VSCodium is (unofficially) available as a Flatpak app [here](https://flathub.org/apps/details/com.vscodium.codium) -and the build repo is [here](https://github.com/flathub/com.vscodium.codium). +VSCodium is available as a Flatpak app [here](https://flathub.org/apps/details/com.vscodium.codium) and the build repo is [here](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/): + ```bash flatpak install flathub com.vscodium.codium flatpak run com.vscodium.codium