From 03e6f0d3851595fc1056c2f5fde415c665d0086f Mon Sep 17 00:00:00 2001 From: Laura Pacilio <83350965+laurapacilio@users.noreply.github.com> Date: Fri, 2 Jul 2021 12:16:45 -0400 Subject: [PATCH] Update formatting for terminal commands --- website/README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/website/README.md b/website/README.md index cc7313ad67..9a1f9ff6d2 100644 --- a/website/README.md +++ b/website/README.md @@ -16,9 +16,11 @@ 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:  - - bash: `export $GOPATH=~/go` - - zsh: `echo -n 'export GOPATH=~/go' >> ~/.zshrc` +3. 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. **Launch Site Locally**