aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Fischer <andy.fischer@gmail.com>2014-02-21 15:23:23 -0700
committerAndy Fischer <andy.fischer@gmail.com>2014-02-21 15:23:23 -0700
commit2ddf1272072edd234fd119b89a6a812d078b5a37 (patch)
treea07e9914933d317a1a38eb53dccfd0f904f2d755
parent6d70406595e72bb5d1453b822ba7db1591b61d1c (diff)
downloadrneovim-2ddf1272072edd234fd119b89a6a812d078b5a37.tar.gz
rneovim-2ddf1272072edd234fd119b89a6a812d078b5a37.tar.bz2
rneovim-2ddf1272072edd234fd119b89a6a812d078b5a37.zip
Add libtool to OSX installs
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index a2a93561d0..b410def6b4 100644
--- a/README.md
+++ b/README.md
@@ -183,11 +183,11 @@ For OsX:
Via MacPorts:
- sudo port install md5sha1sum cmake
+ sudo port install md5sha1sum cmake libtool
Via Homebrew:
- brew install md5sha1sum cmake
+ brew install md5sha1sum cmake libtool
TODO: release the Dockerfile which has this in it