Fix Makefile and README for make docker-serve on Windows (#10810)

This commit is contained in:
Patrick Lang
2018-11-13 17:43:59 -08:00
committed by k8s-ci-robot
parent f15d772569
commit 420685b976
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -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: