Update README.md

Added the "AppImage Option" under "Download/Install".
This commit is contained in:
Brian 2019-05-04 17:38:58 +08:00 committed by GitHub
parent c72968db2d
commit 13c905e2d8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,6 +25,7 @@
- [Install with Package Manager](#install-with-package-manager)
- [Install on Arch Linux](#install-on-arch-linux)
- [Flatpak Option](#flatpak)
- [AppImage Option](#appimage)
- [Why Does This Exist](#why)
- [More Info](#more-info)
- [Supported OS](#supported-os)
@ -64,6 +65,9 @@ VSCodium is available in [AUR](https://wiki.archlinux.org/index.php/Arch_User_Re
#### <a id="flatpak"></a>Flatpak Option (Linux)
VSCodium is not available as a Flatpak app, but [@amtlib-dot-dll](https://github.com/amtlib-dot-dll) has done significant work to package up the open source build of Visual Studio Code without telemetry, very similarly to VSCodium. That package is available [here](https://flathub.org/apps/details/com.visualstudio.code.oss) and the build repo is [here](https://github.com/flathub/com.visualstudio.code.oss).
#### <a id="appimage"></a>AppImage Option (Linux)
VSCodium is now offering AppImage package. AppImage is a convenient, single file program to run it on any Linux distribution without installing or dependencies. Download it, make it executable, and run it.
## <a id="why"></a>Why Does This Exist
This repository contains build files to generate free release binaries of Microsoft's VSCode. When we speak of "free software", we're talking about freedom, not price.