Skip to content

Commit 0b277fe

Browse files
committed
doc/README.md: edit "Build Prerequisites"
Make the sentences in the "Build Prerequisites" section of README.md more direct. Signed-off-by: Zac Dover <[email protected]>
1 parent 4ee8e59 commit 0b277fe

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,19 +48,21 @@ out the git submodules associated with it:
4848

4949
## Build Prerequisites
5050

51-
*section last updated 27 Jul 2023*
51+
*section last updated 06 Sep 2024*
5252

53-
Make sure that ``curl`` is installed. The Debian and Ubuntu ``apt`` command is
54-
provided here, but if you use a system with a different package manager, then
55-
you must use whatever command is the proper counterpart of this one:
53+
We provide the Debian and Ubuntu ``apt`` commands in this procedure. If you use
54+
a system with a different package manager, then you will have to use different
55+
commands.
56+
57+
#. Install ``curl``:
5658

5759
apt install curl
5860

59-
Install Debian or RPM package dependencies by running the following command:
61+
#. Install package dependencies by running the ``install-deps.sh`` script:
6062

6163
./install-deps.sh
6264

63-
Install the ``python3-routes`` package:
65+
#. Install the ``python3-routes`` package:
6466

6567
apt install python3-routes
6668

0 commit comments

Comments
 (0)