diff options
-rw-r--r-- | README.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/README.rst b/README.rst index 163c1347d..a1dc598a7 100644 --- a/README.rst +++ b/README.rst @@ -22,11 +22,13 @@ For Developers 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 |