From fa8c038bc1e9cadcb65e936b0823b9bea0024ddd Mon Sep 17 00:00:00 2001
From: Mordy Ovits <mordyovits@users.noreply.github.com>
Date: Mon, 31 Dec 2018 12:15:51 -0500
Subject: [PATCH] Add note re setcap installation

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

diff --git a/README.md b/README.md
index bf76f641..7a936fcd 100644
--- a/README.md
+++ b/README.md
@@ -95,6 +95,8 @@ You can run AdGuard Home without superuser privileges, but you need to either gr
 
 #### Granting the CAP_NET_BIND_SERVICE capability (on Linux)
 
+Note: using this method requires installing the `setcap` utilty.  You may need to install it using your Linux distribution's package manager.
+
 To allow AdGuard Home running on Linux to listen on port 53 without superuser privileges, run:
 
 ```bash