From e04e1b940cdc989dd6c95bc693873542d944f192 Mon Sep 17 00:00:00 2001 From: ChaoticByte <9070224-ChaoticByte@users.noreply.gitlab.com> Date: Fri, 17 Feb 2023 22:08:17 +0100 Subject: [PATCH] Updated README (about gettext dependency) --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index abe6b58..490c76a 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,8 @@ Beneath a `PostgreSQL` DBMS, you need the following things: - `pg_config` (Ubuntu: `libpq-dev`, RHEL: `libpq-devel`) - `Caddy` 2.4.3+ (HTTP Reverse Proxy & Static File Server) -- `gcc`, `gettext` +- `gcc` +- `gettext` (for development only) - `Python` 3.9+ - `venv` - `pip`