1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-11-23 19:21:53 +03:00

Update README.md

This commit is contained in:
Tae Won Ha 2016-06-06 21:54:09 +02:00
parent 681ee137f4
commit 103b254505
No known key found for this signature in database
GPG Key ID: E40743465B5B8B44

View File

@ -1,6 +1,8 @@
nvox
====
<strong>N</strong>eo<strong>V</strong>im for <strong>O</strong>S <strong>X</strong>
## 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