From: Dylan William Hardison Date: Tue, 20 Sep 2016 15:10:08 +0000 (-0400) Subject: fix rst syntax X-Git-Tag: release-5.1.2~57 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=af8851906389ff3bf5359409b474d2975827e755;p=thirdparty%2Fbugzilla.git fix rst syntax --- diff --git a/README.rst b/README.rst index 163c1347dc..a1dc598a7b 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