From a9c5ec34fc422bb21ab5070bf8fd65d261da04d7 Mon Sep 17 00:00:00 2001 From: W13R <9070224-W13R@users.noreply.gitlab.com> Date: Mon, 18 Apr 2022 16:33:22 +0200 Subject: [PATCH] Add dependency information for Ubuntu --- docs/Setup.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/Setup.md b/docs/Setup.md index a2b701a..f42ba70 100644 --- a/docs/Setup.md +++ b/docs/Setup.md @@ -8,12 +8,13 @@ Before the actual setup, you have to satisfy the following dependencies: ### System - `pg_config` - - Fedora/RHEL: `libpq-dev` + - Fedora/RHEL/Ubuntu: `libpq-dev` - `Caddy` 2.4.3+ (HTTP Reverse Proxy & Static File Server) - `gcc`, `gettext` - `Python` 3.9 with pip - `Python` header files - Fedora/RHEL: `python3-devel` + - Ubuntu: `python3-dev` ### Python Packages (pip)