From 4b1e1f9222cb6383e43f4b8b48d5eebc44846139 Mon Sep 17 00:00:00 2001 From: Magnus Hoff Date: Sat, 2 Dec 2017 13:23:30 +0100 Subject: [PATCH] Promote brew install method to something one could try --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 35e38bf..f3fd440 100644 --- a/README.md +++ b/README.md @@ -45,10 +45,10 @@ Alternative installation methods include the following: `target/release/sausagewiki`. This requires you to have a working installation of [rust](https://www.rust-lang.org/en-US/). -~**Install with [Homebrew](https://brew.sh/)** on OS X/macOS: -`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) -which supposedly has been fixed. +**Install with [Homebrew](https://brew.sh/)** on OS X/macOS: +`brew install --HEAD https://raw.githubusercontent.com/maghoff/sausagewiki/master/deploy/sausagewiki.rb` +(Some users are hitting [rust issue #39870](https://github.com/rust-lang/rust/issues/39870) +with this brew formula, even though it is supposed to have been fixed) Command line arguments ----------------------