diff --git a/README.md b/README.md index 63c6899..6eed464 100644 --- a/README.md +++ b/README.md @@ -230,10 +230,16 @@ kubectl -n kube-system annotate ds kured weave.works/kured-node-lock- ## Building +See the [CircleCI config](.circleci/config.yml) for the preferred +version of Golang. Kured now uses Go Modules, so a simple + ``` -dep ensure && make +make ``` +is sufficient to download the required dependencies and build the +Docker image. + ## Frequently Asked/Anticipated Questions ### Why is there no `latest` tag on Docker Hub?