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.