We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 344bb4a commit e0137d0Copy full SHA for e0137d0
docs/starting/install/osx.rst
@@ -33,7 +33,7 @@ simply run
33
34
.. code-block:: console
35
36
- $ ruby -e "$(curl -fsSkL raw.github.com/mxcl/homebrew/go)"
+ $ ruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/go)"
37
38
Then, insert the Homebrew directory at the top of your ``PATH`` environment
39
variable. You can do this by adding the following line at the bottom of your
0 commit comments