summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpgen <p.gen.progs@gmail.com>2022-06-11 15:39:52 +0200
committerpgen <p.gen.progs@gmail.com>2022-06-11 15:39:52 +0200
commit4611c03973a17015cbff3d39d446f8ca691ca6d1 (patch)
treea0c844ebaf1cb4659147b69b2f9424b9f79ee1f9
parent93a667899d8f37c993f2ca8cc9efc729609cca03 (diff)
Reformulation of some sentences in the readme file
-rw-r--r--README.rst9
1 files changed, 5 insertions, 4 deletions
diff --git a/README.rst b/README.rst
index 06f86ab..408c633 100644
--- a/README.rst
+++ b/README.rst
@@ -38,9 +38,10 @@ animations that detail some concepts and features of **smenu**.
How to build it?
================
-**smenu** can be built on any system on which a working ``terminfo``
-development platform is available. This includes every Unix and
-Unix-like system I am aware of.
+Some Linux distributions already provide **smenu** as a package,
+if not, **smenu** can be built on any system on which a functional
+``terminfo`` development platform is available.
+This includes all Unix and Unix-like systems that I know of.
Please use the provided ``build.sh`` script to build the executable.
This script uses and accepts the same arguments as the GNU ``configure``
@@ -48,7 +49,7 @@ script, type ``build.sh --help`` to see them.
How to install it?
==================
-Once the build process has finished, a simple ``make install`` with the
+Once the build process is complete, a simple ``make install`` with the
appropriate privileges will do it.
Issue vs Discussion.