Fix indentation

This commit is contained in:
Laura Pacilio 2021-07-02 12:19:28 -04:00
parent 03e6f0d385
commit 0fc32e5858
1 changed files with 2 additions and 2 deletions

View File

@ -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**