diff options
author | Andy Fischer <andy.fischer@gmail.com> | 2014-02-21 15:23:23 -0700 |
---|---|---|
committer | Andy Fischer <andy.fischer@gmail.com> | 2014-02-21 15:23:23 -0700 |
commit | 2ddf1272072edd234fd119b89a6a812d078b5a37 (patch) | |
tree | a07e9914933d317a1a38eb53dccfd0f904f2d755 | |
parent | 6d70406595e72bb5d1453b822ba7db1591b61d1c (diff) | |
download | rneovim-2ddf1272072edd234fd119b89a6a812d078b5a37.tar.gz rneovim-2ddf1272072edd234fd119b89a6a812d078b5a37.tar.bz2 rneovim-2ddf1272072edd234fd119b89a6a812d078b5a37.zip |
Add libtool to OSX installs
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |