Mention Arch Linux package in INSTALL.md

This commit is contained in:
miruka 2020-03-30 02:39:58 -04:00
parent 6850ef26f5
commit 2a3099212b

View File

@ -3,10 +3,11 @@
Instructions and releases are currently only available for Linux, Instructions and releases are currently only available for Linux,
but compiling on Windows and macOS should be possible with the right tools. but compiling on Windows and macOS should be possible with the right tools.
- [Releases](#releases) - [Packages](#packages)
- [Linux](#linux) - [Linux](#linux)
- [AppImage](#appimage) - [AppImage](#appimage)
- [Flatpak](#flatpak) - [Flatpak](#flatpak)
- [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)
@ -25,11 +26,11 @@ but compiling on Windows and macOS should be possible with the right tools.
- [Component is not ready](#component-is-not-ready) - [Component is not ready](#component-is-not-ready)
## Releases ## Packages
### Linux ### Linux
For developement, or if none of the release options are satisfying, For developement, or if none of the package options are satisfying,
see [manual installation](#manual-installation). see [manual installation](#manual-installation).
#### AppImage #### AppImage
@ -71,6 +72,16 @@ If your architecture is not listed on the release page, clone the repository
and see [packaging/flatpak/README.md](packaging/flatpak/README.md) to build the and see [packaging/flatpak/README.md](packaging/flatpak/README.md) to build the
package on your machine. package on your machine.
#### Arch Linux
[Available on the AUR](https://aur.archlinux.org/packages/matrix-mirage-git/)
Using a AUR helper to install it,
in this example [yay](https://github.com/Jguer/yay):
yay -S matrix-mirage-git
## 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