diff options
author | kali kaneko (leap communications) <kali@leap.se> | 2021-04-05 21:05:42 +0200 |
---|---|---|
committer | kali kaneko (leap communications) <kali@leap.se> | 2021-04-05 21:05:42 +0200 |
commit | 46b07568734d0c81fd74a2b6f4bdcb830398fa11 (patch) | |
tree | a41da72cfc35f8077f6437620e61db3bd7a94a35 | |
parent | 1c48e1628c0d148e5afaa1f69f2f961b6d7cc2b0 (diff) |
[docs] comment about sudo in osx
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ``` |