From 293efb27cffed1b715c7c14b60bcef093c000b97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dirk=20Go=CC=81mez?= Date: Fri, 22 Feb 2019 20:46:58 +0100 Subject: [PATCH] Turns out sudo is not necessary --- docs/contributing/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contributing/getting-started.md b/docs/contributing/getting-started.md index 6976ebde9..3ca84b425 100644 --- a/docs/contributing/getting-started.md +++ b/docs/contributing/getting-started.md @@ -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