summaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2016-09-20 16:20:59 +0200
committerDylan William Hardison <dylan@hardison.net>2016-09-20 16:21:09 +0200
commit7113ba0782b93b6e6cdeca162605a20cb01ecbf3 (patch)
tree244078191f9923aab013dc664d4a7e386b2b4903 /README.rst
parent307dce72d497c431dbd7c95e2ab4f12ad5b1cef3 (diff)
downloadbugzilla-7113ba0782b93b6e6cdeca162605a20cb01ecbf3.tar.gz
bugzilla-7113ba0782b93b6e6cdeca162605a20cb01ecbf3.tar.xz
small improvement to README
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst14
1 files changed, 12 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index 458066b78..163c1347d 100644
--- a/README.rst
+++ b/README.rst
@@ -19,8 +19,18 @@ modules, including make(1) and a C compiler.
For Developers
--------------
-If you have the `cpanm <https://github.com/miyagawa/cpanminus#installation>`__ script in your $PATH,
-Bugzilla can be up and running in three commands.
+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
+
+After that, you should run the following command from a git clone of this repository:
.. code-block:: bash