Update INSTALL.md

Included git in the apt-get so that new users can use the necessary git clone command.
This commit is contained in:
Nominate 2013-09-28 09:22:20 +01:00
parent c7c72b0756
commit 62e7d6bbb7

View File

@ -16,7 +16,7 @@
Build dependencies:
```bash
sudo apt-get install build-essential libtool autotools-dev automake libconfig-dev ncurses-dev checkinstall check
sudo apt-get install build-essential libtool autotools-dev automake libconfig-dev ncurses-dev checkinstall check git
```
On Fedora: