Merge pull request #667 from ghishadow/patch-1

Add Installation info
This commit is contained in:
Dongdong Zhou 2022-06-22 21:25:33 +01:00 committed by GitHub
commit cdfcb9848e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 38 additions and 0 deletions

View File

@ -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). 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 ## 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. 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.