Turns out sudo is not necessary

This commit is contained in:
Dirk Gómez 2019-02-22 20:46:58 +01:00
parent eea13a85ec
commit 293efb27cf

View File

@ -2,7 +2,7 @@
### Building
You can build ExternalDNS for your platform with `make build`, you may have to install the necessary dependencies with `sudo make dep`. The binary will land at `build/external-dns`.
You can build ExternalDNS for your platform with `make build`, you may have to install the necessary dependencies with `make dep`. The binary will land at `build/external-dns`.
### Design