update readme, pkg-config is needed on darwin

This commit is contained in:
Ross Kinder
2016-09-03 10:49:43 -04:00
parent c83ad820f9
commit 176078f607

View File

@@ -47,7 +47,7 @@ This package uses cgo to wrap libxmlsec. As such, you'll need libxmlsec headers
On Mac with homebrew, this might look like: On Mac with homebrew, this might look like:
$ brew install libxmlsec1 libxml2 $ brew install libxmlsec1 libxml2 pkg-config
$ go get github.com/crewjam/go-xmlsec $ go get github.com/crewjam/go-xmlsec