Merge pull request #74 from seemantk/patch-1

Add installation instructions for Gentoo & Funtoo
This commit is contained in:
Pavlo Rudy 2023-07-12 15:13:03 +03:00 committed by GitHub
commit b8831f7e02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -174,8 +174,24 @@ Install the software:
```
sudo zypper in codium
```
---
<a tabindex="-1" aria-hidden="true" id="rpm" href="#rpm"></a>
### Install on Gentoo / Funtoo Linux (ebuild):
- **Funtoo**:
```bash
sudo emerge -av vscodium-bin
```
- **Gentoo**:
```bash
sudo emerge -av vscodium
```
---
<a tabindex="-1" aria-hidden="true" id="flatpak" href="#flatpak"></a>
## 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/), you can install VSCodium via the command line: