Rationalize copying/pasting commands.

This commit is contained in:
kuyan
2013-04-19 22:45:50 -07:00
parent e0137d0578
commit a435ff3907
+5 -3
View File
@@ -35,9 +35,11 @@ simply run
$ ruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/go)" $ ruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/go)"
Then, insert the Homebrew directory at the top of your ``PATH`` environment The script will expalin what changes it will make and prompt you before the
variable. You can do this by adding the following line at the bottom of your installation begins.
``~/.bashrc`` file Once you've installed Homebrew, insert the Homebrew directory at the top
of your ``PATH`` environment variable. You can do this by adding the following
line at the bottom of your ``~/.bashrc`` file
.. code-block:: console .. code-block:: console