mirror of
https://github.com/neovim/neovim.git
synced 2026-05-01 03:24:49 +00:00
Updating README file to use Homebrew for local builds
This commit is contained in:
18
README.md
18
README.md
@@ -181,26 +181,16 @@ For Debian/Ubuntu:
|
||||
For FreeBSD 10:
|
||||
|
||||
sudo pkg install cmake libtool sha
|
||||
|
||||
|
||||
For OsX:
|
||||
|
||||
* Install [Xcode](https://developer.apple.com/)
|
||||
* Install sha1sum
|
||||
* Install [Xcode](https://developer.apple.com/) and [Homebrew][http://brew.sh]
|
||||
|
||||
Via MacPorts:
|
||||
|
||||
sudo port install md5sha1sum cmake libtool automake
|
||||
|
||||
Via Homebrew:
|
||||
|
||||
brew install md5sha1sum cmake libtool automake
|
||||
|
||||
For Arch Linux:
|
||||
|
||||
sudo pacman -S base-devel cmake ncurses
|
||||
|
||||
|
||||
|
||||
###Building
|
||||
|
||||
To generate the `Makefile`s:
|
||||
@@ -211,6 +201,10 @@ To build and run the tests:
|
||||
|
||||
make test
|
||||
|
||||
Using Homebrew on Mac:
|
||||
|
||||
brew install neovim/neovim/neovim
|
||||
|
||||
### Community
|
||||
|
||||
Join the community on IRC in #neovim on Freenode.
|
||||
|
||||
Reference in New Issue
Block a user