aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md9
1 files changed, 3 insertions, 6 deletions
diff --git a/README.md b/README.md
index 291acaa653..6ac5eee2e1 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# neovim ([bountysource fundraiser](https://www.bountysource.com/fundraisers/539-neovim-first-iteration))
-[![Build Status](https://travis-ci.org/neovim/neovim.png)](https://travis-ci.org/neovim/neovim)
+[![Build Status](https://travis-ci.org/neovim/neovim.png?branch=master)](https://travis-ci.org/neovim/neovim)
### Introduction
@@ -174,9 +174,9 @@ and what is currently being worked on:
###Dependencies
-For Ubuntu 12.04:
+For Debian/Ubuntu:
- sudo apt-get install build-essential cmake libncurses5-dev
+ sudo apt-get install libtool autoconf cmake libncurses5-dev g++
For FreeBSD 10:
@@ -200,9 +200,6 @@ For Arch Linux:
sudo pacman -S base-devel cmake ncurses
-TODO: release the Dockerfile which has this in it
-
-
###Building