From 1953baddbdce06a2c82b528282047a69552a6548 Mon Sep 17 00:00:00 2001 From: Magnus Hoff Date: Wed, 29 Nov 2017 16:46:48 +0100 Subject: [PATCH] Strike out brew install instructions, due to bug --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c8d58c6..c078a78 100644 --- a/README.md +++ b/README.md @@ -45,8 +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` +~**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 have been fixed. Command line arguments ----------------------