diff options
author | Dylan William Hardison <dylan@hardison.net> | 2016-09-20 16:20:59 +0200 |
---|---|---|
committer | Dylan William Hardison <dylan@hardison.net> | 2016-09-20 16:21:09 +0200 |
commit | 7113ba0782b93b6e6cdeca162605a20cb01ecbf3 (patch) | |
tree | 244078191f9923aab013dc664d4a7e386b2b4903 | |
parent | 307dce72d497c431dbd7c95e2ab4f12ad5b1cef3 (diff) | |
download | bugzilla-7113ba0782b93b6e6cdeca162605a20cb01ecbf3.tar.gz bugzilla-7113ba0782b93b6e6cdeca162605a20cb01ecbf3.tar.xz |
small improvement to README
-rw-r--r-- | README.rst | 14 |
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 |