diff options
author | Valeriy Sizov <vsv2711@gmail.com> | 2012-04-29 10:39:15 +0300 |
---|---|---|
committer | Valeriy Sizov <vsv2711@gmail.com> | 2012-04-29 10:39:15 +0300 |
commit | 35e602f19c83585d64aa2043ed26eeb8cd7b40e2 (patch) | |
tree | a94bff3fc81c4725623c2cd41a3d92847c3d517a /doc | |
parent | 903f9491ba097909f7d2e66873ff25d1505df07e (diff) | |
download | gitlab-ce-35e602f19c83585d64aa2043ed26eeb8cd7b40e2.tar.gz |
small fix installation`s guide.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/installation.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/installation.md b/doc/installation.md index 1150ea12b7b..8b51a43b73b 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 git-core 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-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 |