aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCameron Eagans <cweagans@gmail.com>2014-02-23 14:28:31 -0700
committerCameron Eagans <cweagans@gmail.com>2014-02-23 14:28:31 -0700
commit8614983e4ede98195db1586ef6ef3acb83310f3e (patch)
treea90b273cee30d75e1d9f848aec9c481633574c55
parent2acddd7cb26a46cccb5a40416bcdcdc491230175 (diff)
downloadrneovim-8614983e4ede98195db1586ef6ef3acb83310f3e.tar.gz
rneovim-8614983e4ede98195db1586ef6ef3acb83310f3e.tar.bz2
rneovim-8614983e4ede98195db1586ef6ef3acb83310f3e.zip
Updating README file to use Homebrew for local builds
-rw-r--r--README.md18
1 files changed, 6 insertions, 12 deletions
diff --git a/README.md b/README.md
index 6ac5eee2e1..3c1f1b523d 100644
--- a/README.md
+++ b/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
- Via MacPorts:
-
- sudo port install md5sha1sum cmake libtool automake
+For OsX:
- Via Homebrew:
+* Install [Xcode](https://developer.apple.com/) and [Homebrew][http://brew.sh]
- 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.