summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNominate <thomas.bladon@st-hughs.ox.ac.uk>2013-09-28 09:22:20 +0100
committerNominate <thomas.bladon@st-hughs.ox.ac.uk>2013-09-28 09:22:20 +0100
commit62e7d6bbb75762d466b2603ce47ee136e64fef6d (patch)
tree50d58a6cab53c9001032dc556fb9b267461440e2
parentc7c72b0756e3bf4fcc3e346c34849d801be5c5fd (diff)
Update INSTALL.md
Included git in the apt-get so that new users can use the necessary git clone command.
-rw-r--r--INSTALL.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 8780269c..380345ec 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -16,7 +16,7 @@
16Build dependencies: 16Build dependencies:
17 17
18```bash 18```bash
19sudo apt-get install build-essential libtool autotools-dev automake libconfig-dev ncurses-dev checkinstall check 19sudo apt-get install build-essential libtool autotools-dev automake libconfig-dev ncurses-dev checkinstall check git
20``` 20```
21 21
22On Fedora: 22On Fedora: