Promote brew install method to something one could try

This commit is contained in:
Magnus Hoff 2017-12-02 13:23:30 +01:00
parent df05b1de79
commit 4b1e1f9222

View file

@ -45,10 +45,10 @@ Alternative installation methods include the following:
`target/release/sausagewiki`. This requires you to have a working installation `target/release/sausagewiki`. This requires you to have a working installation
of [rust](https://www.rust-lang.org/en-US/). of [rust](https://www.rust-lang.org/en-US/).
~**Install with [Homebrew](https://brew.sh/)** on OS X/macOS: **Install with [Homebrew](https://brew.sh/)** on OS X/macOS:
`brew install --HEAD https://raw.githubusercontent.com/maghoff/sausagewiki/master/deploy/sausagewiki.rb`~ `brew install --HEAD https://raw.githubusercontent.com/maghoff/sausagewiki/master/deploy/sausagewiki.rb`
This brew fromula seems to be hitting [rust issue #39870](https://github.com/rust-lang/rust/issues/39870) (Some users are hitting [rust issue #39870](https://github.com/rust-lang/rust/issues/39870)
which supposedly has been fixed. with this brew formula, even though it is supposed to have been fixed)
Command line arguments Command line arguments
---------------------- ----------------------