From 103b254505d4bafa7410fa21c7f608aa01a3d5d6 Mon Sep 17 00:00:00 2001 From: Tae Won Ha Date: Mon, 6 Jun 2016 21:54:09 +0200 Subject: [PATCH] Update README.md --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index edff5f36..d68c0364 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ nvox ==== +NeoVim for OS X + ## About nvox is a *toy* project, meaning e.g. no tests whatsoever, for me to: @@ -16,11 +18,11 @@ It could very well be that nothing useful comes out of it. First install `homebrew`, then: ```bash -xcode-select --install # this installs the Xcode commandline tools -brew install carthage # install Carthage for depencency management -brew install libtool automake cmake pkg-config gettext ninja +xcode-select --install # install the Xcode command line tools +brew install carthage # install Carthage for dependency management +brew install libtool automake cmake pkg-config gettext ninja # install libs and tools for neovim -carthage update --platform osx # install Carthage first +carthage update --platform osx git submodule update --init cd neovim