Update formatting for terminal commands

This commit is contained in:
Laura Pacilio 2021-07-02 12:16:45 -04:00
parent c2b492a814
commit 03e6f0d385
1 changed files with 5 additions and 3 deletions

View File

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