From af8851906389ff3bf5359409b474d2975827e755 Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Tue, 20 Sep 2016 11:10:08 -0400 Subject: fix rst syntax --- README.rst | 2 ++ 1 file changed, 2 insertions(+) (limited to 'README.rst') 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 -- cgit v1.2.3-24-g4f1b