diff --git a/_posts/2000-01-05-install.md b/_posts/2000-01-05-install.md index 0d326f8..6bc1d34 100644 --- a/_posts/2000-01-05-install.md +++ b/_posts/2000-01-05-install.md @@ -177,8 +177,24 @@ Install the software: ``` sudo zypper in codium ``` +--- + + +### Install on Gentoo / Funtoo Linux (ebuild): + +- **Funtoo**: + +```bash +sudo emerge -av vscodium-bin +``` +- **Gentoo**: + +```bash +sudo emerge -av vscodium +``` +--- ## 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: