Add Arch Linux (AUR) installation instructions
This commit is contained in:
parent
0a5c025ab7
commit
3b70409127
|
@ -7,6 +7,7 @@ but compiling on Windows and macOS should be possible with the right tools.
|
||||||
- [Linux](#linux)
|
- [Linux](#linux)
|
||||||
- [Flatpak](#flatpak)
|
- [Flatpak](#flatpak)
|
||||||
- [Alpine Linux / postmarketOS](#alpine-linux--postmarketOS)
|
- [Alpine Linux / postmarketOS](#alpine-linux--postmarketOS)
|
||||||
|
- [Arch Linux](#arch-linux)
|
||||||
- [Manual installation](#manual-installation)
|
- [Manual installation](#manual-installation)
|
||||||
- [Environment variables](#environment-variables)
|
- [Environment variables](#environment-variables)
|
||||||
- [Package manager dependencies](#package-manager-dependencies)
|
- [Package manager dependencies](#package-manager-dependencies)
|
||||||
|
@ -95,6 +96,20 @@ apk add moment
|
||||||
If you are unsure about what Edge is and want to read more about it, you can do
|
If you are unsure about what Edge is and want to read more about it, you can do
|
||||||
so on the [Alpine Wiki](https://wiki.alpinelinux.org/wiki/Edge).
|
so on the [Alpine Wiki](https://wiki.alpinelinux.org/wiki/Edge).
|
||||||
|
|
||||||
|
#### Arch Linux
|
||||||
|
|
||||||
|
AUR packages for the
|
||||||
|
[latest stable release](https://aur.archlinux.org/packages/moment/) and
|
||||||
|
[git `dev` branch](https://aur.archlinux.org/packages/moment-git/) are
|
||||||
|
available.
|
||||||
|
|
||||||
|
Installing the release version with an AUR helper, e.g.
|
||||||
|
[yay](https://github.com/Jguer/yay):
|
||||||
|
|
||||||
|
```sh
|
||||||
|
yay -S moment
|
||||||
|
```
|
||||||
|
|
||||||
## Manual Installation
|
## Manual Installation
|
||||||
|
|
||||||
**Qt 5.12+**, **Python 3.6+** (with **pip** to install packages from the
|
**Qt 5.12+**, **Python 3.6+** (with **pip** to install packages from the
|
||||||
|
|
Loading…
Reference in New Issue
Block a user