summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRalph Giles <giles@thaumas.net>2017-06-29 13:25:01 -0700
committerRalph Giles <giles@thaumas.net>2017-06-29 13:27:31 -0700
commitf13cd7e559c543ab08348b45bcf951f18679dfbd (patch)
tree349d536ef1fd968b993b6b14d363855c1c748b96
parent3106b30bb36939db5c3d3d88545a40cfb5fcd06c (diff)
Drop llvm@3.9 versioning for homebrew.
Homebrew now defaults to llvm 4.0.x so there's no need to specify a specific version to get compatibility.
-rw-r--r--book/src/requirements.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/book/src/requirements.md b/book/src/requirements.md
index 82da9991..14dc1922 100644
--- a/book/src/requirements.md
+++ b/book/src/requirements.md
@@ -28,7 +28,7 @@ Download and install the official pre-built binary from
If you use Homebrew:
```bash
-$ brew install llvm@3.9
+$ brew install llvm
```
If you use MacPorts: