diff options
author | Louise Crow <louise.crow@gmail.com> | 2014-06-17 16:44:39 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2014-06-17 16:44:39 +0100 |
commit | 3aae2cc7f7166765de7bb003b332ed45157d4e8a (patch) | |
tree | dc2d3fd46772c3342bf443ffa95d7a534a6f9b23 /docs/installing/macos.md | |
parent | 01b205851eaea613f5469ef2e4f48f26df0853e4 (diff) |
https URLs for github
Diffstat (limited to 'docs/installing/macos.md')
-rw-r--r-- | docs/installing/macos.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/installing/macos.md b/docs/installing/macos.md index 2b6309b89..c46bdf4ba 100644 --- a/docs/installing/macos.md +++ b/docs/installing/macos.md @@ -25,7 +25,7 @@ If you are using OS X Lion, download *Command Line Tools for Xcode* from [Apple] **Note:** As of Xcode 4.2, a non-LLVM version of GCC is no longer included. Homebrew has dealt with it by [switching to Clang](https://github.com/mxcl/homebrew/issues/6852). However, you may encounter errors installing RVM. *Please report these on the [mailing list](https://groups.google.com/group/alaveteli-dev).* The following instructions have been tested with Xcode 4.1. If necessary, you can install GCC from Xcode 4.1 by running: - brew install http://github.com/adamv/homebrew-alt/raw/master/duplicates/apple-gcc42.rb + brew install https://github.com/adamv/homebrew-alt/raw/master/duplicates/apple-gcc42.rb ## Homebrew |