diff options
| author | Ariejan de Vroom <ariejan@ariejan.net> | 2012-04-13 09:28:11 +0200 |
|---|---|---|
| committer | Ariejan de Vroom <ariejan@ariejan.net> | 2012-04-13 09:28:11 +0200 |
| commit | a1d59d8053303a2c96f889aa17bfff7d4a48b857 (patch) | |
| tree | 07dca44388c1c79ffb570c336a674b2c80fee7bd /doc | |
| parent | fb6d4511a05112677e0279ed87a55d3f02e2d49c (diff) | |
| parent | 34b624147495df4dd1b15c91a640515c693f243d (diff) | |
| download | gitlab-ce-a1d59d8053303a2c96f889aa17bfff7d4a48b857.tar.gz | |
Merged arthurschreiber:patch-1
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 05f29d8321c..a748f0e28e5 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 sendmail + 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 # If you want to use MySQL: sudo apt-get install -y mysql-server mysql-client libmysqlclient-dev |
