From 3957c461ce88555ae76dd5b668e0c8b088b98dad Mon Sep 17 00:00:00 2001 From: atoav <dh@atoav.com> Date: Fri, 3 Apr 2020 21:12:53 +0200 Subject: [PATCH] Add line about package dependencies --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5f0b796..4694bd2 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ This is meant to be a simple self-hosted solution for contact forms on static we ## Installation static_contact runs as a systemd-service on a local port. Although it would be possible to expose this directly to the web, it is recommended to run this service behind a a reverse proxy server (like nginx). +Make sure to have `libssl-dev` and `pkg-config` installed. + Start the service via `sudo systemctl start static_contact` ## Operation -- GitLab