diff options
author | Mathias Bynens <mathias@qiwi.be> | 2013-05-03 21:59:03 +0200 |
---|---|---|
committer | Mathias Bynens <mathias@qiwi.be> | 2013-05-03 17:24:31 +0200 |
commit | c54639180168cca42a0546b1512ca08ea1bd1491 (patch) | |
tree | a1f0b18575890e592ccee38a64a29ce997d4ce41 | |
parent | 5d695b47b9209de7a241728d1dc56c4459d8ffe1 (diff) | |
download | dotfiles-c54639180168cca42a0546b1512ca08ea1bd1491.tar.gz dotfiles-c54639180168cca42a0546b1512ca08ea1bd1491.tar.bz2 dotfiles-c54639180168cca42a0546b1512ca08ea1bd1491.zip |
README: Fix minor typo
-rw-r--r-- | README.md | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -49,9 +49,6 @@ If `~/.extra` exists, it will be sourced along with the other files. You can use My `~/.extra` looks something like this: ```bash -# PATH additions -export PATH="~/bin:$PATH" - # Git credentials # Not in the repository, to prevent people from accidentally committing under my name GIT_AUTHOR_NAME="Mathias Bynens" @@ -74,7 +71,7 @@ When setting up a new Mac, you may want to set some sensible OS X defaults: ### Install Homebrew formulae -When setting up a new Mac, you may want to install some common Homebrew formulae (after installing Homebrew, of course): +When setting up a new Mac, you may want to install some common [Homebrew](http://brew.sh/) formulae (after installing Homebrew, of course): ```bash ./.brew |