Update README.md
Removed AppImage subsection; added `AppImage` on line 96.
This commit is contained in:
parent
13c905e2d8
commit
69f1e08df3
1 changed files with 1 additions and 5 deletions
|
@ -25,7 +25,6 @@
|
|||
- [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)
|
||||
|
@ -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)
|
||||
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.
|
||||
|
||||
|
@ -97,7 +93,7 @@ Please note that some Visual Studio Code extensions have licenses that restrict
|
|||
|
||||
## <a id="supported-os"></a>Supported OS
|
||||
- [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] Windows x64
|
||||
- [x] Windows x86
|
||||
|
|
Loading…
Reference in a new issue