mirror of
https://github.com/VSCodium/vscodium.github.io.git
synced 2025-12-10 03:54:23 -06:00
Merge pull request #74 from seemantk/patch-1
Add installation instructions for Gentoo & Funtoo
This commit is contained in:
commit
b8831f7e02
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user