From 6f96e4b119756c35a67f4ae3b32062356d6c79ba Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Cl=C3=A9ment=20Michaud?=
Date: Sat, 20 Jun 2020 16:22:15 +0200
Subject: [PATCH] [DOCS] Add FreeBSD Port as deployment option in README
(#1133)
* [DOCS] Add FreeBSD Port as deployment option in README.
* Apply suggestions from code review
Co-authored-by: Amir Zarrinkafsh
Co-authored-by: Amir Zarrinkafsh
---
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index c155793d1..fa23ee35b 100644
--- a/README.md
+++ b/README.md
@@ -28,8 +28,8 @@ The architecture is shown in the diagram below.
-**Authelia** can be installed as a standalone service from the [AUR](https://aur.archlinux.org/packages/authelia/), using a [Static binary](https://github.com/authelia/authelia/releases/latest), [Docker]
-or can also be deployed easily on [Kubernetes] leveraging ingress controllers and ingress configuration.
+**Authelia** can be installed as a standalone service from the [AUR](https://aur.archlinux.org/packages/authelia/), [FreeBSD Ports](https://svnweb.freebsd.org/ports/head/www/authelia/), or using a [Static binary](https://github.com/authelia/authelia/releases/latest),
+[Docker] or [Kubernetes] leveraging ingress controllers and ingress configurations. Assistance to publish a [debian package](https://github.com/authelia/authelia/issues/573) would be greatly appreciated.