Listify Markup

This commit is contained in:
Spellchaser
2017-10-10 11:10:07 -04:00
committed by GitHub
parent b8cbaa6939
commit 4d2fac8d13

View File

@@ -126,13 +126,13 @@ Starting from go 1.8, The GOPATH environment variable now has a default value if
Homebrew is a software management tool commonly used in Mac to manage packages. Just type the following commands to install Go.
1.Install Homebrew
1. Install Homebrew
```sh
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
```
2.Install Go
2. Install Go
brew update && brew upgrade
brew install go