mirror of https://github.com/lapce/lapce.git
commit
cdfcb9848e
38
README.md
38
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.
|
||||
|
|
Loading…
Reference in New Issue