summaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2016-09-20 17:10:08 +0200
committerDylan William Hardison <dylan@hardison.net>2016-09-20 17:10:18 +0200
commitaf8851906389ff3bf5359409b474d2975827e755 (patch)
tree760ee7ce16b03b3ec31a0af554cdc5d80c4025e3 /README.rst
parent7113ba0782b93b6e6cdeca162605a20cb01ecbf3 (diff)
downloadbugzilla-af8851906389ff3bf5359409b474d2975827e755.tar.gz
bugzilla-af8851906389ff3bf5359409b474d2975827e755.tar.xz
fix rst syntax
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 163c1347d..a1dc598a7 100644
--- a/README.rst
+++ b/README.rst
@@ -22,11 +22,13 @@ For Developers
Debian/Ubuntu users: you probably need to run the following:
.. code-block:: bash
+
sudo apt-get install git perl cpanminus build-essential libexpat-dev libssl-dev
CentOS / Fedora users:
.. code-block:: bash
+
sudo yum group install -y "Development tools"
sudo yum install -y perl-App-cpanminus