aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornyuszika7h <nyuszika7h@cadoth.net>2014-02-22 12:11:08 +0100
committernyuszika7h <nyuszika7h@cadoth.net>2014-02-22 12:11:15 +0100
commitfcf26eb956fe94f863292c7ad39d0bd1bece0347 (patch)
treefc1172077650a0ec675f5062b0f941c944371ef9
parentb723bc0c698e50c33f9f6a498f285ac3b4a3209e (diff)
downloadrneovim-fcf26eb956fe94f863292c7ad39d0bd1bece0347.tar.gz
rneovim-fcf26eb956fe94f863292c7ad39d0bd1bece0347.tar.bz2
rneovim-fcf26eb956fe94f863292c7ad39d0bd1bece0347.zip
Add Arch instructions (merged from GH-35).
Thanks @thiderman!
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index 4c32801929..325e1ebb8c 100644
--- a/README.md
+++ b/README.md
@@ -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