Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Update in case homebrew fails when installing Go.
  • Loading branch information
mikegehard committed Sep 22, 2013
1 parent 684c429 commit 41fab16
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ see the [ruby gem](https://github.com/kytrinyx/exercism).

Development
===========
1. Install Go ```brew install go --cross-compile-common``` or the command appropriate for your platform.
1. Install Go ```brew install go --cross-compile-common``` or the command appropriate for your platform. If that throws an
error, try ```brew install go --crosscompile-commone --with-llvm```.
1. Fork and clone.
1. Run ```git submodule update --init --recursive```
1. Write a test.
Expand Down

0 comments on commit 41fab16

Please sign in to comment.