From cd16faee8a3b71de69f3922c9c647da43e139e59 Mon Sep 17 00:00:00 2001 From: Peter Matseykanets Date: Fri, 16 Jun 2017 02:43:54 -0400 Subject: [PATCH] brew insist on capital --HEAD Reword our documentation to use the uppercase variant so that users may copy and paste and benefit. Fix #581. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 66983d9..2547ec5 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,7 @@ it builds aginst current set of dependencies versions. ### Building from sources on MacOSX When using [brew](https://brew.sh), it should be a simple `brew install ---head pgloader`. +--HEAD pgloader`. When using [macports](https://www.macports.org), then we have a situation to deal with with shared objects pgloader depends on, as reported in issue #161