Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMarin Jankovski <marin@gitlab.com>2014-06-10 12:40:28 +0400
committerMarin Jankovski <marin@gitlab.com>2014-06-10 12:40:28 +0400
commit3affaa9b984eb07564bdec3521ae44d639e5e011 (patch)
tree6b2a33935e535de3f686befad62b7528698f92af /doc
parentf055bad5135c8c3934daf16f8d9400f9a23b8960 (diff)
Add python-docutils to dependency list.
Diffstat (limited to 'doc')
-rw-r--r--doc/install/installation.md6
1 files changed, 2 insertions, 4 deletions
diff --git a/doc/install/installation.md b/doc/install/installation.md
index 7840cef8900..123487f7869 100644
--- a/doc/install/installation.md
+++ b/doc/install/installation.md
@@ -49,7 +49,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
+ 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
Make sure you have the right version of Git installed
@@ -336,9 +336,7 @@ Visit YOUR_SERVER in your web browser for your first GitLab login. The setup has
### Additional markup styles
-Apart from the always supported markdown style there are other rich text files that GitLab can display. But you might have to install a dependency to do so. Please see the [github-markup gem readme](https://github.com/gitlabhq/markup#markups) for more information. For example, reStructuredText markup language support requires python-docutils:
-
- sudo apt-get install -y python-docutils
+Apart from the always supported markdown style there are other rich text files that GitLab can display. But you might have to install a dependency to do so. Please see the [github-markup gem readme](https://github.com/gitlabhq/markup#markups) for more information.
### Custom Redis Connection