diff options
author | nyuszika7h <nyuszika7h@cadoth.net> | 2014-02-22 12:11:08 +0100 |
---|---|---|
committer | nyuszika7h <nyuszika7h@cadoth.net> | 2014-02-22 12:11:15 +0100 |
commit | fcf26eb956fe94f863292c7ad39d0bd1bece0347 (patch) | |
tree | fc1172077650a0ec675f5062b0f941c944371ef9 | |
parent | b723bc0c698e50c33f9f6a498f285ac3b4a3209e (diff) | |
download | rneovim-fcf26eb956fe94f863292c7ad39d0bd1bece0347.tar.gz rneovim-fcf26eb956fe94f863292c7ad39d0bd1bece0347.tar.bz2 rneovim-fcf26eb956fe94f863292c7ad39d0bd1bece0347.zip |
Add Arch instructions (merged from GH-35).
Thanks @thiderman!
-rw-r--r-- | README.md | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -254,6 +254,10 @@ and what is currently being worked on: sudo apt-get install build-essential cmake libncurses5-dev +#### Arch Linux + + sudo pacman -S base-devel cmake ncurses + #### OS X * Install [Xcode](https://developer.apple.com/) @@ -269,7 +273,6 @@ and what is currently being worked on: #### TODO * Release the Dockerfile which has this in it. -* Write instructions for Arch Linux. ### Building |