diff options
author | aph <a.hewson@gmail.com> | 2014-03-01 22:19:41 +0000 |
---|---|---|
committer | aph <a.hewson@gmail.com> | 2014-03-01 22:19:41 +0000 |
commit | f3aa6dc8f08f9cd4c8353ce8c4b8eef2e0d30a67 (patch) | |
tree | a0246fb40f42ce78d44cf6960a6039023c1d7465 | |
parent | f124ebadde0194420af75b61457c2c238ea818b4 (diff) | |
download | rneovim-f3aa6dc8f08f9cd4c8353ce8c4b8eef2e0d30a67.tar.gz rneovim-f3aa6dc8f08f9cd4c8353ce8c4b8eef2e0d30a67.tar.bz2 rneovim-f3aa6dc8f08f9cd4c8353ce8c4b8eef2e0d30a67.zip |
README.md: remove lingering references to sha1sum in OSX instructions
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -299,15 +299,15 @@ compiling the libuv dependency. See joyent/libuv#1158. * Install [Xcode](https://developer.apple.com/) and [Homebrew](http://brew.sh) or [MacPorts](http://www.macports.org) -* Install libtool, sha1sum, automake and cmake: +* Install libtool, automake and cmake: Via MacPorts: - sudo port install md5sha1sum libtool automake cmake + sudo port install libtool automake cmake Via Homebrew: - brew install md5sha1sum libtool automake cmake + brew install libtool automake cmake If you run into wget certificate errors, you may be missing the root SSL certificates or have not set them up correctly: |