Merge pull request #104 from timfpark/master

correct typo in OS X section: .sh_profile -> .bash_profile
This commit is contained in:
Cole Mickens 2016-11-22 17:12:30 -08:00 коммит произвёл GitHub
Родитель 6bdbe4ac4e 4efe180ee5
Коммит 3fb3e2bf62
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -54,7 +54,7 @@ Build Steps:
1. Open a command prompt to setup your gopath:
1. `mkdir $HOME/gopath`
2. edit `$HOME/.sh_profile` and add the following line to setup your go path
2. edit `$HOME/.bash_profile` and add the following line to setup your go path
```
export PATH=$PATH:/usr/local/go/bin
export GOPATH=$HOME/gopath