diff --git a/docs/contributing/getting-started.md b/docs/contributing/getting-started.md index 9fe764c376..3ca84b4255 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`. 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