Add installation instructions for Gentoo & Funtoo

This commit is contained in:
Seemant Kulleen 2023-02-02 01:20:04 -08:00 committed by GitHub
parent 5d5f22d413
commit 496d92a147
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -177,8 +177,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: