Skip to content

Commit

Permalink
Fix macOS path for golang
Browse files Browse the repository at this point in the history
Signed-off-by: Morgan Tocker <[email protected]>
  • Loading branch information
morgo committed Dec 8, 2019
1 parent 1d57bc1 commit 144d62d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion content/en/docs/contributing/build-on-macos.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,10 @@ The following has been verified to work on __macOS Mojave__. If you are new to V
brew install [email protected] automake git curl wget [email protected] etcd
```

Add `[email protected]` to your `PATH`:
Add `[email protected]` and `[email protected]` to your `PATH`:
```
echo 'export PATH="/usr/local/opt/[email protected]/bin:$PATH"' >> ~/.bash_profile
echo 'export PATH="/usr/local/opt/[email protected]/bin:$PATH"' >> ~/.bash_profile
```

Do not setup MySQL or etcd to restart at login.
Expand Down

0 comments on commit 144d62d

Please sign in to comment.