small improvement to README

parent 307dce72
...@@ -19,8 +19,18 @@ modules, including make(1) and a C compiler. ...@@ -19,8 +19,18 @@ modules, including make(1) and a C compiler.
For Developers For Developers
-------------- --------------
If you have the `cpanm <https://github.com/miyagawa/cpanminus#installation>`__ script in your $PATH, Debian/Ubuntu users: you probably need to run the following:
Bugzilla can be up and running in three commands.
.. 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 .. code-block:: bash
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment