From 7113ba0782b93b6e6cdeca162605a20cb01ecbf3 Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Tue, 20 Sep 2016 10:20:59 -0400 Subject: small improvement to README --- README.rst | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'README.rst') 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 `__ 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 -- cgit v1.2.3-24-g4f1b