From b11eb0879ec8d48ce081c832e51d565f0ee14033 Mon Sep 17 00:00:00 2001
From: Ben Westover <kwestover.kw@gmail.com>
Date: Mon, 9 Jan 2023 10:25:57 -0500
Subject: [PATCH] Clarify build dependencies (#64)

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 116f806..5d82165 100644
--- a/README.md
+++ b/README.md
@@ -38,7 +38,7 @@ the server. Finally, the client's ip address needs to match the one it obtained
 
 __NOTE__: a docker image is available on docker hub, which removes the need for building and installing go.
 
-Ensure that you have `go` version 1.19 or above installed. In addition to that you need a working `make` which is typicall in the build tools of your distro (e.g. `build-essential` on debian/ubuntu).
+Ensure that you have `make` (comes with standard build tools, like `build-essential` on Debian), `go` (version 1.19 or above), and development files for PAM (`libpam0g-dev` on Debian) installed.
 
 Then clone the repo and issues the following.
 
-- 
GitLab