From 0fc32e5858278cda49f3b65cb72c477f9ab3b7f9 Mon Sep 17 00:00:00 2001 From: Laura Pacilio <83350965+laurapacilio@users.noreply.github.com> Date: Fri, 2 Jul 2021 12:19:28 -0400 Subject: [PATCH] Fix indentation --- website/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/README.md b/website/README.md index 9a1f9ff6d..3f29b878e 100644 --- a/website/README.md +++ b/website/README.md @@ -18,9 +18,9 @@ You should preview all of your changes locally before creating a pull request. T 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`(bash) + Bash: `export $GOPATH=~/go`(bash) - Zsh: `echo -n 'export GOPATH=~/go' >> ~/.zshrc` + Zsh: `echo -n 'export GOPATH=~/go' >> ~/.zshrc` 4. Restart your terminal or command line session. **Launch Site Locally**