From 7abfb9684114a20b0a76b371058dbb5cda7c47f7 Mon Sep 17 00:00:00 2001 From: Oscar Krause Date: Thu, 29 Dec 2022 07:17:51 +0100 Subject: [PATCH] README.md - added archlinux section --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 38fd4a6..6e06e8b 100644 --- a/README.md +++ b/README.md @@ -217,6 +217,21 @@ apt-get install -f --fix-missing Start with `systemctl start fastapi-dls.service` and enable autostart with `systemctl enable fastapi-dls.service`. +## ArchLinux (using `pacman`) + +Packages are available here: + +- [GitLab-Registry](https://git.collinwebdesigns.de/oscar.krause/fastapi-dls/-/packages) + +```shell +pacman -Sy +FILENAME=/opt/fastapi-dls.pkg.tar.zst +url -o $FILENAME +pacman -U --noconfirm fastapi-dls.pkg.tar.zst +``` + +Start with `systemctl start fastapi-dls.service` and enable autostart with `systemctl enable fastapi-dls.service`. + ## Let's Encrypt Certificate If you're using installation via docker, you can use `traefik`. Please refer to their documentation.