mirror of
https://github.com/neovim/neovim.git
synced 2024-12-19 18:55:14 -07:00
#165 fix README.md for Building OS X
This commit is contained in:
parent
314791dca7
commit
15bf8d0478
@ -203,12 +203,12 @@ certificates or have not set them up correctly:
|
||||
|
||||
Via MacPorts:
|
||||
|
||||
sudo port install curl-ca-bundle
|
||||
sudo port install curl-ca-bundle libtool automake cmake
|
||||
echo CA_CERTIFICATE=/opt/local/share/curl/curl-ca-bundle.crt >> ~/.wgetrc
|
||||
|
||||
Via Homebrew:
|
||||
|
||||
brew install curl-ca-bundle
|
||||
brew install curl-ca-bundle libtool automake cmake
|
||||
echo CA_CERTIFICATE=/usr/local/opt/curl-ca-bundle/share/ca-bundle.crt >> ~/.wgetrc
|
||||
|
||||
#### For Arch Linux:
|
||||
|
Loading…
Reference in New Issue
Block a user