diff --git a/Build-and-Install.md b/Build-and-Install.md index 9fccb41..92e8485 100644 --- a/Build-and-Install.md +++ b/Build-and-Install.md @@ -16,6 +16,12 @@ Finally, to install the stripped binary, call: $ sudo make install -This will install the binary in `/usr/bin` by default. +This will install the stripped binary in `/usr/bin` by default. + +As usual you can use options `CC`, `INSTALL`, `prefix` and `DESTDIR` to adapt to your use-cases. + +On Linux it is really easy to get a working glorytun without being root. +The only required capability is `CAP_NET_ADMIN`: + + $ sudo setcap cap_net_admin=ep /usr/bin/glorytun -As usual you can use options `CC`, `INSTALL`, `prefix` and `DESTDIR` to adapt to your use-cases. \ No newline at end of file