From 52e209472638e9fc4f80b8161e3afb82f1abcae4 Mon Sep 17 00:00:00 2001 From: Laura Pacilio <83350965+laurapacilio@users.noreply.github.com> Date: Fri, 2 Jul 2021 13:49:59 -0400 Subject: [PATCH] Update website/README.md Co-authored-by: Tu Nguyen --- website/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/website/README.md b/website/README.md index f40809464..f9abbe435 100644 --- a/website/README.md +++ b/website/README.md @@ -15,13 +15,13 @@ You should preview all of your changes locally before creating a pull request. T **Set Up Local Environment** 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. Open terminal and set GOPATH as an environment variable: +1. Create a `~/go` directory manually or by [installing Go](https://golang.org/doc/install). +1. Open terminal and set `GOPATH` as an environment variable: Bash: `export $GOPATH=~/go`(bash) Zsh: `echo -n 'export GOPATH=~/go' >> ~/.zshrc` -4. Restart your terminal or command line session. +1. Restart your terminal or command line session. **Launch Site Locally**