]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
small improvement to README
authorDylan William Hardison <dylan@hardison.net>
Tue, 20 Sep 2016 14:20:59 +0000 (10:20 -0400)
committerDylan William Hardison <dylan@hardison.net>
Tue, 20 Sep 2016 14:21:09 +0000 (10:21 -0400)
README.rst

index 458066b7858221b89be53092912c5952b2355630..163c1347dc241c05ce0d94779238d3b48eec03c5 100644 (file)
@@ -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