From 46b07568734d0c81fd74a2b6f4bdcb830398fa11 Mon Sep 17 00:00:00 2001
From: "kali kaneko (leap communications)" <kali@leap.se>
Date: Mon, 5 Apr 2021 21:05:42 +0200
Subject: [PATCH] [docs] comment about sudo in osx

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

diff --git a/README.md b/README.md
index 29eec678..5f3785d6 100644
--- a/README.md
+++ b/README.md
@@ -38,7 +38,7 @@ manually, or send us a patch.
 
 ```
   git clone git@0xacab.org:leap/bitmask-vpn.git && cd bitmask-vpn
-  sudo make depends
+  sudo make depends  # do not use sudo in osx 
   make build
 ```
 
-- 
GitLab