From 344541b8fed3733654f041d90fb36e6a8f56389e Mon Sep 17 00:00:00 2001 From: Peter Squicciarini Date: Thu, 11 Oct 2018 11:39:51 -0400 Subject: [PATCH] Add package manager instructions (#38) Closes #34 Closes #5 Closes #1 --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c5e6aa3..e1f35a8 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ ## Table of Contents - [Download/Install](#download-install) - [Install with Brew](#install-with-brew) + - [Install with Package Manager](#install-with-package-manager) - [Why Does This Exist](#why) - [Getting all the Telemetry Out](#disable-telemetry) - [Supported OS](#supported-os) @@ -17,7 +18,7 @@ ## Download/Install :tada: :tada: [Download latest release here](https://github.com/VSCodium/vscodium/releases) :tada: :tada: -#### Install with Brew +#### Install with Brew (Mac) If you are on a Mac and have [Homebrew](https://brew.sh/) installed: ```bash brew cask install vscodium @@ -25,6 +26,9 @@ brew cask install vscodium _Note: if you see "App can’t be opened because it is from an unidentified developer" when opening VSCodium the first time, you can right-click the application and choose Open. This should only be required the first time opening on a Mac._ +#### Install with Package Manager (Linux) +You can always install using the downloads (deb, rpm, tar) on the [releases page](https://github.com/VSCodium/vscodium/releases), but you can also install using your favorite package manager. [@paulcarroty](https://github.com/paulcarroty) has set up a repository with instructions [here](https://gitlab.com/paulcarroty/vscodium-deb-rpm-repo). Any issues installing VSCodium using your package manager should be directed to that repository's issue tracker. + ## Why Does This Exist This repository contains a build file to generate FLOSS release binaries of Microsoft's VSCode.