Adjust wording

This commit is contained in:
lucperkins
2018-08-23 11:40:11 -07:00
parent bbb321b1f5
commit 5d48c500a2
+2 -2
View File
@@ -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!