mirror of
https://github.com/VSCodium/vscodium.github.io.git
synced 2025-12-11 05:45:48 -06:00
Add installation instructions for Gentoo & Funtoo
This commit is contained in:
parent
5d5f22d413
commit
496d92a147
@ -177,8 +177,24 @@ Install the software:
|
|||||||
```
|
```
|
||||||
sudo zypper in codium
|
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>
|
<a tabindex="-1" aria-hidden="true" id="flatpak" href="#flatpak"></a>
|
||||||
## Flatpak Option (Linux)
|
## 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:
|
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:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user