summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorHans Fase <hfase01@gmail.com>2012-05-26 02:35:50 -0300
committerHans Fase <hfase01@gmail.com>2012-05-26 02:35:50 -0300
commit74d62957b6f3624534d6969e56b6da95978791fd (patch)
treeb7e23801a0a99f13ae002707a0ec19939a41342f /doc
parent8ceb94081ac516ccaed43f0f4841725a4f9fe2db (diff)
downloadgitlab-ce-74d62957b6f3624534d6969e56b6da95978791fd.tar.gz
Updated; libreadline-dev libreadline-gplv2-dev
;) Have fun!
Diffstat (limited to 'doc')
-rw-r--r--doc/installation.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/installation.md b/doc/installation.md
index fd05f779cdb..01a57fd211c 100644
--- a/doc/installation.md
+++ b/doc/installation.md
@@ -60,7 +60,7 @@ Also read the [Read this before you submit an issue](https://github.com/gitlabhq
sudo apt-get update
sudo apt-get upgrade
- sudo apt-get install -y wget curl gcc checkinstall libxml2-dev libxslt-dev sqlite3 libsqlite3-dev libcurl4-openssl-dev libreadline-dev libc6-dev libssl-dev libmysql++-dev make build-essential zlib1g-dev libicu-dev redis-server openssh-server git-core python-dev python-pip libyaml-dev sendmail
+ sudo apt-get install -y wget curl gcc checkinstall libxml2-dev libxslt-dev sqlite3 libsqlite3-dev libcurl4-openssl-dev libreadline-gplv2-dev libc6-dev libssl-dev libmysql++-dev make build-essential zlib1g-dev libicu-dev redis-server openssh-server git-core python-dev python-pip libyaml-dev sendmail
# If you want to use MySQL:
sudo apt-get install -y mysql-server mysql-client libmysqlclient-dev