From 4a4df2c494ca2058db2aa1a0ddd91ce8017650fd Mon Sep 17 00:00:00 2001 From: Wester <66143190+user18130814200115-2@users.noreply.github.com> Date: Tue, 13 Aug 2024 19:12:09 +0200 Subject: [PATCH] Added install instructions Alpine (#747) --- pages/Getting Started/Installation.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/pages/Getting Started/Installation.md b/pages/Getting Started/Installation.md index 0c4f1ea..09b8dc7 100644 --- a/pages/Getting Started/Installation.md +++ b/pages/Getting Started/Installation.md @@ -240,6 +240,24 @@ For detailed instructions on installing this build see {{% /details %}} +{{% details title="Alpine*" closed="true" %}} + +Hyprland is available in Alpine's [testing repository](https://wiki.alpinelinux.org/wiki/Repositories#Testing) which can be enabled in `/etc/apk/repositories` by adding + +```plain +http://dl-cdn.alpinelinux.org/alpine/edge/testing +``` + +This will only work on Alpine linux edge, not on any stable release. For use on stable releases, see the [Alpine wiki](https://wiki.alpinelinux.org/wiki/Repositories#Using_the_testing_repository_on_stable_branches) + +After enabling the repository, the following command will install hyprland and its dependencies. + +```plain +apk add hyprland +``` + +{{% /details %}} + _**\* Unofficial, no official support is provided. These instructions are community-driven, and no guarantee is provided for their validity.**_