From 2bd5083b8f3a77466bf49f7c7948bd631dc73e79 Mon Sep 17 00:00:00 2001 From: louisabraham Date: Fri, 7 Oct 2016 19:24:31 +0200 Subject: [PATCH] Corrected brew errors (#413) Corrected brew errors --- INSTALL.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 15f96cc..39bd0ea 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -29,8 +29,8 @@ Using [Homebrew](http://brew.sh): ``` brew install openal-soft freealut libconfig -brew install https://raw.githubusercontent.com/Tox/homebrew-tox/master/Formula/libtoxcore.rb -brew install https://raw.githubusercontent.com/Homebrew/homebrew-x11/master/libnotify.rb +brew install --HEAD https://raw.githubusercontent.com/Tox/homebrew-tox/master/Formula/libtoxcore.rb +brew install libnotify ``` You can omit `libnotify` if you intend to build without desktop notifications enabled.