From 5d48c500a20c87eacb819af0147891523cf0589d Mon Sep 17 00:00:00 2001 From: lucperkins Date: Thu, 23 Aug 2018 11:40:11 -0700 Subject: [PATCH] Adjust wording --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 39e0da66db..0fce14dd3d 100644 --- a/README.md +++ b/README.md @@ -37,13 +37,13 @@ You can build the Kubernetes docs using [Docker](https://docker.com). To get sta make docker-image ``` -Once the `kubernetes-hugo` image has been built locally, you can build the site: +Once the `kubernetes-hugo` image has been built locally, you can run the site locally: ```bash make docker-serve ``` -As when building without using a Docker container, the results of the build will be published to the `public` directory (the default output directory for Hugo). +Open up your browser to http://localhost:1313 to view the site. ## Thank you!