mirror of https://github.com/lapce/lapce.git
44 lines
628 B
Markdown
44 lines
628 B
Markdown
|
## Installation
|
||
|
|
||
|
### Arch Linux
|
||
|
|
||
|
There is an community package that can be installed with `pacman`:
|
||
|
|
||
|
```bash
|
||
|
sudo pacman -Syu lapce
|
||
|
```
|
||
|
|
||
|
### Fedora
|
||
|
```bash
|
||
|
sudo dnf copr enable titaniumtown/lapce
|
||
|
sudo dnf install 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
|
||
|
```
|