diff options
author | Daniel Craig Jallits <dan@jallits.com> | 2014-10-31 17:12:12 +0100 |
---|---|---|
committer | Mathias Bynens <mathias@qiwi.be> | 2014-10-31 17:13:05 +0100 |
commit | e32bc6cc07e1e25ba0821c3c20b488ead2133e0a (patch) | |
tree | f297cfcd6355b69143cd3ebb81b6d718d92abeed | |
parent | ba59d567a3aa0604c7967df69f12f3f166022553 (diff) | |
download | dotfiles-e32bc6cc07e1e25ba0821c3c20b488ead2133e0a.tar.gz dotfiles-e32bc6cc07e1e25ba0821c3c20b488ead2133e0a.tar.bz2 dotfiles-e32bc6cc07e1e25ba0821c3c20b488ead2133e0a.zip |
brew.sh: Use `--with-iri` for `wget`
The older `--enable-iri` flag is deprecated.
Closes #445.
-rwxr-xr-x | brew.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -32,7 +32,7 @@ brew install bash brew install bash-completion # Install `wget` with IRI support. -brew install wget --enable-iri +brew install wget --with-iri # Install RingoJS and Narwhal. # Note that the order in which these are installed is important; |