diff options
author | Mathias Bynens <mathias@qiwi.be> | 2012-07-30 08:54:46 +0200 |
---|---|---|
committer | Mathias Bynens <mathias@qiwi.be> | 2012-07-30 08:54:46 +0200 |
commit | c3b50ebe469c92f1b3e6af0e080e20381106a108 (patch) | |
tree | e2cde81219c3c0c1807c4984266df5cc81a03291 | |
parent | 3d918efbe09e8735018ee225f19e30f734ea908d (diff) | |
download | dotfiles-c3b50ebe469c92f1b3e6af0e080e20381106a108.tar.gz dotfiles-c3b50ebe469c92f1b3e6af0e080e20381106a108.tar.bz2 dotfiles-c3b50ebe469c92f1b3e6af0e080e20381106a108.zip |
.brew: Fix typo
Thanks to @oschrenk for the heads up on https://github.com/mathiasbynens/dotfiles/commit/8a79072feb638ab964f4ba6385551be4e7ae3edf#commitcomment-164452.
-rwxr-xr-x | .brew | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ brew upgrade brew install coreutils echo "Don’t forget to add $(brew --prefix coreutils)/libexec/gnubin to \$PATH." # Install GNU `find`, `locate`, `updatedb`, and `xargs`, g-prefixed -echo findutils +brew install findutils # Install wget with IRI support brew install wget --enable-iri |