diff options
author | Valery Sizov <vsv2711@gmail.com> | 2014-12-15 14:01:55 +0200 |
---|---|---|
committer | Valery Sizov <vsv2711@gmail.com> | 2014-12-15 14:01:55 +0200 |
commit | 83de96ae3a5acbbaf8b94a04b6c160e6819d91a2 (patch) | |
tree | 3e77e339ab0ef7bbf20e5852a9e1e6c78f28298a /doc/install | |
parent | 19865b7cfd4d081f6bee6e973858ee488e995561 (diff) | |
download | gitlab-ce-83de96ae3a5acbbaf8b94a04b6c160e6819d91a2.tar.gz |
add kerberos dependency
Diffstat (limited to 'doc/install')
-rw-r--r-- | doc/install/installation.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/install/installation.md b/doc/install/installation.md index 263259bc2f9..f55a0e73199 100644 --- a/doc/install/installation.md +++ b/doc/install/installation.md @@ -54,7 +54,7 @@ up-to-date and install it. Install the required packages (needed to compile Ruby and native extensions to Ruby gems): - sudo apt-get install -y build-essential zlib1g-dev libyaml-dev libssl-dev libgdbm-dev libreadline-dev libncurses5-dev libffi-dev curl openssh-server redis-server checkinstall libxml2-dev libxslt-dev libcurl4-openssl-dev libicu-dev logrotate python-docutils pkg-config cmake + sudo apt-get install -y build-essential zlib1g-dev libyaml-dev libssl-dev libgdbm-dev libreadline-dev libncurses5-dev libffi-dev curl openssh-server redis-server checkinstall libxml2-dev libxslt-dev libcurl4-openssl-dev libicu-dev logrotate python-docutils pkg-config cmake libkrb5-dev Make sure you have the right version of Git installed |