From f2d89464ef5224a7cd56fcafc16840619b76dcf7 Mon Sep 17 00:00:00 2001 From: Laura Pacilio <83350965+laurapacilio@users.noreply.github.com> Date: Fri, 2 Jul 2021 12:29:35 -0400 Subject: [PATCH] Revise grouping in steps --- website/README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) 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.