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 e0137d0 commit a435ff3Copy full SHA for a435ff3
docs/starting/install/osx.rst
@@ -35,9 +35,11 @@ simply run
35
36
$ 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
40
-``~/.bashrc`` file
+The script will expalin what changes it will make and prompt you before the
+installation begins.
+Once you've installed Homebrew, insert the Homebrew directory at the top
41
+of your ``PATH`` environment variable. You can do this by adding the following
42
+line at the bottom of your ``~/.bashrc`` file
43
44
.. code-block:: console
45
0 commit comments