From de5f825a3a95c50ee4d10f94e4c1078e94002954 Mon Sep 17 00:00:00 2001 From: Suraj Date: Wed, 22 Jun 2022 23:28:42 +0530 Subject: [PATCH] add Installation info Installation info for Arch Linux, Flatpak, Homebrew, Scoop and winget for better visibility --- README.md | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) diff --git a/README.md b/README.md index 526e4e5d..a27c8ca7 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,44 @@ Lapce is written in pure Rust with a UI in [Druid](https://github.com/linebender Guidelines for contributing to Lapce can be found in [`CONTRIBUTING.md`](CONTRIBUTING.md). +## Installation + +### Arch Linux + +There is an community package that can be installed with `pacman`: + +```bash +sudo pacman -Syu lapce +``` + +### Flatpak + +Lapce is available as a flatpak [here](https://flathub.org/apps/details/dev.lapce.lapce) + +```bash +flatpak install flathub dev.lapce.lapce +``` + +### Homebrew + +```bash +brew install lapce +``` + +### Scoop + +```bash +scoop install lapce +``` + +### winget + +You can find the packages [here](https://github.com/microsoft/winget-pkgs/tree/master/manifests/l/Lapce/Lapce): + +```bash +winget install lapce +``` + ## Building from source It is easy to build Lapce from source on a GNU/Linux distribution. Cargo handles the build process, all you need to do, is ensure the correct dependencies are installed.