mirror of
https://github.com/neovim/neovim.git
synced 2025-11-04 17:54:30 +00:00
Merge pull request #166 from rkmathi/issue-165
#165 fix README.md for Building OS X
This commit is contained in:
@@ -203,12 +203,12 @@ certificates or have not set them up correctly:
|
|||||||
|
|
||||||
Via MacPorts:
|
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
|
echo CA_CERTIFICATE=/opt/local/share/curl/curl-ca-bundle.crt >> ~/.wgetrc
|
||||||
|
|
||||||
Via Homebrew:
|
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
|
echo CA_CERTIFICATE=/usr/local/opt/curl-ca-bundle/share/ca-bundle.crt >> ~/.wgetrc
|
||||||
|
|
||||||
#### For Arch Linux:
|
#### For Arch Linux:
|
||||||
|
|||||||
Reference in New Issue
Block a user