Update README.md

Removed AppImage subsection; added `AppImage` on line 96.
This commit is contained in:
Brian 2019-05-08 09:08:31 +08:00 committed by GitHub
parent 13c905e2d8
commit 69f1e08df3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,7 +25,6 @@
- [Install with Package Manager](#install-with-package-manager) - [Install with Package Manager](#install-with-package-manager)
- [Install on Arch Linux](#install-on-arch-linux) - [Install on Arch Linux](#install-on-arch-linux)
- [Flatpak Option](#flatpak) - [Flatpak Option](#flatpak)
- [AppImage Option](#appimage)
- [Why Does This Exist](#why) - [Why Does This Exist](#why)
- [More Info](#more-info) - [More Info](#more-info)
- [Supported OS](#supported-os) - [Supported OS](#supported-os)
@ -65,9 +64,6 @@ VSCodium is available in [AUR](https://wiki.archlinux.org/index.php/Arch_User_Re
#### <a id="flatpak"></a>Flatpak Option (Linux) #### <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). 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 ## <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. 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.
@ -97,7 +93,7 @@ Please note that some Visual Studio Code extensions have licenses that restrict
## <a id="supported-os"></a>Supported OS ## <a id="supported-os"></a>Supported OS
- [x] OSX x64 (zipped app file) - [x] OSX x64 (zipped app file)
- [x] Linux x64 (`.deb`, `.rpm`, and `.tar.gz` files) - [x] Linux x64 (`.deb`, `.rpm`, `AppImage`, and `.tar.gz` files)
- [x] Linux x86 (`.deb`, `.rpm`, and `.tar.gz` files) - [x] Linux x86 (`.deb`, `.rpm`, and `.tar.gz` files)
- [x] Windows x64 - [x] Windows x64
- [x] Windows x86 - [x] Windows x86