summaryrefslogtreecommitdiff
path: root/doc/install
diff options
context:
space:
mode:
authorRobert Schilling <rschilling@student.tugraz.at>2013-07-30 19:06:45 +0200
committerRobert Schilling <rschilling@student.tugraz.at>2013-07-30 19:06:45 +0200
commitb9717ba45e3b306c091946c43718f6019aed7b33 (patch)
tree518c22715f24e3da45d9924e4052ea39a4c45036 /doc/install
parentc5add8fe55441aa19d424d19fbb2e321f99cb47f (diff)
downloadgitlab-ce-b9717ba45e3b306c091946c43718f6019aed7b33.tar.gz
Add support for reStructured Text markup language
Diffstat (limited to 'doc/install')
-rw-r--r--doc/install/installation.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/install/installation.md b/doc/install/installation.md
index a54dcb5a37e..be6780d741c 100644
--- a/doc/install/installation.md
+++ b/doc/install/installation.md
@@ -71,6 +71,9 @@ Make sure you have the right version of Python installed.
# If you get a "command not found" error create a link to the python binary
sudo ln -s /usr/bin/python /usr/bin/python2
+ # For reStructuredText markup language support install required package:
+ sudo apt-get install python-docutils
+
**Note:** In order to receive mail notifications, make sure to install a
mail server. By default, Debian is shipped with exim4 whereas Ubuntu
does not ship with one. The recommended mail server is postfix and you can install it with: