Revise grouping in steps
This commit is contained in:
parent
10ccf2bd7f
commit
f2d89464ef
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue