mirror of
https://github.com/kubernetes-sigs/external-dns.git
synced 2026-05-05 06:36:11 +02:00
Turns out sudo is not necessary
This commit is contained in:
parent
eea13a85ec
commit
293efb27cf
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user