diff options
author | Dylan William Hardison <dylan@hardison.net> | 2016-09-20 17:10:08 +0200 |
---|---|---|
committer | Dylan William Hardison <dylan@hardison.net> | 2016-09-20 17:10:18 +0200 |
commit | af8851906389ff3bf5359409b474d2975827e755 (patch) | |
tree | 760ee7ce16b03b3ec31a0af554cdc5d80c4025e3 | |
parent | 7113ba0782b93b6e6cdeca162605a20cb01ecbf3 (diff) | |
download | bugzilla-af8851906389ff3bf5359409b474d2975827e755.tar.gz bugzilla-af8851906389ff3bf5359409b474d2975827e755.tar.xz |
fix rst syntax
-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 |