diff --git a/website/README.md b/website/README.md index b15dd594d..f40809464 100644 --- a/website/README.md +++ b/website/README.md @@ -16,7 +16,7 @@ You should preview all of your changes locally before creating a pull request. T 1. [Install Docker](https://docs.docker.com/get-docker/). 2. Create a ~/go directory manually or by [installing Go](https://golang.org/doc/install). -3. Set GOPATH as an environment variable: +3. Open terminal and set GOPATH as an environment variable: Bash: `export $GOPATH=~/go`(bash) @@ -25,8 +25,6 @@ You should preview all of your changes locally before creating a pull request. T **Launch Site Locally** -1. From terminal, navigate into your local `terraform` top-level directory and run `make website`. -3. Open `http://localhost:4567` in your web browser. +1. Navigate into your local `terraform` top-level directory and run `make website`. +3. Open `http://localhost:4567` in your web browser. While the preview is running, you can edit pages and Middleman will automatically rebuild them. 4. When you're done with the preview, press ctrl-C in your terminal to stop the server. - -While the preview is running, you can edit pages and Middleman will automatically rebuild them.