Skip to content

Commit

Permalink
small improvement to README
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanwh committed Sep 20, 2016
1 parent 307dce7 commit 7113ba0
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7113ba0

Please sign in to comment.