From 0eefd2c326ca19d42749448cfe6205add76359df Mon Sep 17 00:00:00 2001
From: Benno Schulenberg <bensberg@justemail.net>
Date: Sat, 4 Jun 2016 11:27:15 +0200
Subject: [PATCH] README.GIT: reformat the text a bit

---
 README.GIT | 27 ++++++++++++++-------------
 1 file changed, 14 insertions(+), 13 deletions(-)

diff --git a/README.GIT b/README.GIT
index 3185a55e..ce1a14dd 100644
--- a/README.GIT
+++ b/README.GIT
@@ -11,20 +11,21 @@ Prerequisites
 To successfully compile GNU nano from the git repo, you'll need the following
 packages:
 
-- autoconf (version >= 2.61)
-- automake (version >= 1.7)
-- gettext  (version >= 0.11.5)
-- groff    (version >= 1.12)
+- autoconf    (version >= 2.61)
+- automake    (version >= 1.7)
+- gettext     (version >= 0.11.5)
+- git         (version >= 2.7.4)
+- groff       (version >= 1.12)
 - pkg-config  (version >= 0.22)
-- texinfo  (version >= 4.0)
-- git      (version >= 2.7.4)
-- glib 2.x (if your system doesn't have vsnprintf(), which the configure
-  script will check for)
-- make, gcc and the normal development libraries (curses or slang, etc.)
-
-These should be available on your GNU mirror.  Note that you'll need a
-version of curses or slang with wide character support if you want nano
-to use UTF-8.
+- texinfo     (version >= 4.0)
+- glib 2.x    (in case your system doesn't have vsnprintf(), which the
+               configure script will check for)
+- make, gcc, and
+- the normal development libraries (curses or slang, etc.)
+
+These should all be available in your distro's package manager or software
+center, or otherwise on any GNU mirror.  Note that you'll need a version of
+curses or slang with wide character support if you want nano to use UTF-8.
 
 
 Download the source
-- 
GitLab