diff --git a/Makefile b/Makefile index 366671f09f..aaa092ba10 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ DOCKER = docker HUGO_VERSION = 0.49 DOCKER_IMAGE = kubernetes-hugo -DOCKER_RUN = $(DOCKER) run --rm --interactive --tty --volume $(PWD):/src +DOCKER_RUN = $(DOCKER) run --rm --interactive --tty --volume $(CURDIR):/src NODE_BIN = node_modules/.bin NETLIFY_FUNC = $(NODE_BIN)/netlify-lambda diff --git a/README.md b/README.md index 9824646028..e27e13a492 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,8 @@ For more information about contributing to the Kubernetes documentation, see: The recommended way to run the Kubernetes website locally is to run a specialized [Docker](https://docker.com) image that includes the [Hugo](https://gohugo.io) static site generator. +> If you are running on Windows, you'll need a few more tools which you can install with [Chocolatey](https://chocolatey.org). `choco install make` + > If you'd prefer to run the website locally without Docker, see [Running the site locally using Hugo](#running-the-site-locally-using-hugo) below. If you have Docker [up and running](https://www.docker.com/get-started), build the `kubernetes-hugo` Docker image locally: