INSTALL.md: add note about Alpine Linux package
This commit is contained in:
parent
f4d24db021
commit
7a508b7622
11
INSTALL.md
11
INSTALL.md
|
@ -9,6 +9,7 @@ but compiling on Windows and macOS should be possible with the right tools.
|
|||
- [Flatpak](#flatpak)
|
||||
- [Arch Linux](#arch-linux)
|
||||
- [Gentoo](#gentoo)
|
||||
- [Alpine Linux / postmarketOS](#alpine-linux--postmarketOS)
|
||||
- [Manual installation](#manual-installation)
|
||||
- [Environment variables](#environment-variables)
|
||||
- [Package manager dependencies](#package-manager-dependencies)
|
||||
|
@ -102,6 +103,16 @@ Installing Mirage:
|
|||
2. [Unmask](https://wiki.gentoo.org/wiki/Knowledge_Base:Unmasking_a_package) `net-im/mirage`
|
||||
3. Run `emerge net-im/mirage`
|
||||
|
||||
#### Alpine Linux / postmarketOS
|
||||
|
||||
If you are on the Edge channel of Alpine Linux or postmarketOS, Mirage can be
|
||||
installed right from the testing repositry:
|
||||
|
||||
apk add mirage
|
||||
|
||||
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).
|
||||
|
||||
## Manual Installation
|
||||
|
||||
**Qt 5.12+**, **Python 3.6+** (with **pip** to install packages from the
|
||||
|
|
Loading…
Reference in New Issue
Block a user