From 41fab163e548da3ef65cd740483af781911d02bd Mon Sep 17 00:00:00 2001 From: Mike Gehard Date: Sun, 22 Sep 2013 08:58:12 -0600 Subject: [PATCH] Update README.md Update in case homebrew fails when installing Go. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2e01bda77..0a0de9da9 100644 --- a/README.md +++ b/README.md @@ -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.