mirror of
https://github.com/neovim/neovim.git
synced 2025-12-17 11:55:34 +00:00
README.md: remove lingering references to sha1sum in OSX instructions
This commit is contained in:
@@ -299,15 +299,15 @@ compiling the libuv dependency. See joyent/libuv#1158.
|
|||||||
|
|
||||||
* Install [Xcode](https://developer.apple.com/) and [Homebrew](http://brew.sh)
|
* Install [Xcode](https://developer.apple.com/) and [Homebrew](http://brew.sh)
|
||||||
or [MacPorts](http://www.macports.org)
|
or [MacPorts](http://www.macports.org)
|
||||||
* Install libtool, sha1sum, automake and cmake:
|
* Install libtool, automake and cmake:
|
||||||
|
|
||||||
Via MacPorts:
|
Via MacPorts:
|
||||||
|
|
||||||
sudo port install md5sha1sum libtool automake cmake
|
sudo port install libtool automake cmake
|
||||||
|
|
||||||
Via Homebrew:
|
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
|
If you run into wget certificate errors, you may be missing the root SSL
|
||||||
certificates or have not set them up correctly:
|
certificates or have not set them up correctly:
|
||||||
|
|||||||
Reference in New Issue
Block a user