From d8bc3e7963a71c19927debda56b91dea83edfd79 Mon Sep 17 00:00:00 2001 From: Julien Papasian Date: Fri, 4 Jun 2021 20:06:56 +0200 Subject: [PATCH] Vscodium officially available in Gentoo repos No longer requires to install an overlay. --- DOCS.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/DOCS.md b/DOCS.md index 31ca73b..208d2e0 100644 --- a/DOCS.md +++ b/DOCS.md @@ -12,7 +12,6 @@ - [How do I run VSCodium in portable mode?](#portable) - [How do I press and hold a key and have it repeat in VSCodium?](#press-and-hold) - [How do I open VSCodium from the terminal?](#terminal-support) -- [Gentoo overlay/ebuild](#gentoo-overlay) ## Getting all the Telemetry Out @@ -149,7 +148,3 @@ This allows you to open files or directories in VSCodium directly from your term ``` Feel free to alias this command to something easier to type in your shell profile (e.g. `alias code=codium`). - -## Gentoo ebuild/overlay - -There is an external Gentoo overlay with a working ebuild to install VSCodium, provided by [@wolviecb](https://github.com/wolviecb/). The overlay can be found [here](https://github.com/wolviecb/overlay).