Parcourir la source

Update README.md

Added the "AppImage Option" under "Download/Install".
Brian il y a 6 ans
Parent
commit
13c905e2d8
1 fichiers modifiés avec 4 ajouts et 0 suppressions
  1. 4 0
      README.md

+ 4 - 0
README.md

@@ -25,6 +25,7 @@
   - [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)
@@ -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)
 #### <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.