aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJimmy Hu <jimmy.hu@dexon.org>2019-01-11 13:20:19 +0800
committerJimmy Hu <jimmy.hu@dexon.org>2019-01-11 13:20:19 +0800
commitea6a032abd710f51e88e2b274dd9e0e03c1835da (patch)
tree6a9143bc909d5e86c0a3f255ed34da46970f305c
parentf9dd28413a5114b6f19150f7461a13f8e1345303 (diff)
downloaddexon-wiki-ea6a032abd710f51e88e2b274dd9e0e03c1835da.tar
dexon-wiki-ea6a032abd710f51e88e2b274dd9e0e03c1835da.tar.gz
dexon-wiki-ea6a032abd710f51e88e2b274dd9e0e03c1835da.tar.bz2
dexon-wiki-ea6a032abd710f51e88e2b274dd9e0e03c1835da.tar.lz
dexon-wiki-ea6a032abd710f51e88e2b274dd9e0e03c1835da.tar.xz
dexon-wiki-ea6a032abd710f51e88e2b274dd9e0e03c1835da.tar.zst
dexon-wiki-ea6a032abd710f51e88e2b274dd9e0e03c1835da.zip
Updated Installation Instructions for Mac (markdown)
-rw-r--r--Installation-Instructions-for-Mac.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Installation-Instructions-for-Mac.md b/Installation-Instructions-for-Mac.md
index 52fac76..9b5d1a4 100644
--- a/Installation-Instructions-for-Mac.md
+++ b/Installation-Instructions-for-Mac.md
@@ -47,7 +47,7 @@ brew install go
Install libraries required by `gdex`
```shell
-brew install gmp openssl
+brew pkg-config install gmp openssl
export PKG_CONFIG_PATH="/usr/local/opt/openssl/lib/pkgconfig"
```