Commit 0fc32e58 authored by Laura Pacilio's avatar Laura Pacilio
Browse files

Fix indentation

parent 03e6f0d3
No related merge requests found
Showing with 2 additions and 2 deletions
+2 -2
......@@ -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**
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment