From 92ffc21f3e28c4a90dfd416efb3165f4036bca21 Mon Sep 17 00:00:00 2001 From: Patrick Chieppe Date: Sat, 20 Jan 2024 13:48:30 +1100 Subject: [PATCH] Remove AUR package info until I get around to making it --- README.md | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/README.md b/README.md index f9cbfa3..8d56ba0 100644 --- a/README.md +++ b/README.md @@ -32,20 +32,6 @@ Quartermaster is still very early in development, and these are features which a ## Installation -### Arch Linux - -Quartermaster has a [package](https://aur.archlinux.org/packages/quartermaster) on the Arch User Repository. Install it with your preferred AUR wrapper or [build it yourself](https://wiki.archlinux.org/title/Arch_User_Repository#Installing_and_upgrading_packages). For example, using yay: - -```shell -yay quartermaster -``` - -Configure Quartermaster by editing `/etc/quartermaster/config.toml`, and then start/enable the systemd service: - -```shell -systemctl enable quartermaster.service -``` - ### Docker If you prefer running Quartermaster in a container, an [image](https://hub.docker.com/r/palladinium/quartermaster) is available on DockerHub. The preferred method of configuration when using Docker is through environment variables, but config files are still supported.