]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/README.md: edit "Build Prerequisites" 59639/head
authorZac Dover <zac.dover@proton.me>
Fri, 6 Sep 2024 07:56:27 +0000 (17:56 +1000)
committerZac Dover <zac.dover@proton.me>
Fri, 6 Sep 2024 13:11:00 +0000 (23:11 +1000)
Make the sentences in the "Build Prerequisites" section of README.md
more direct.

Signed-off-by: Zac Dover <zac.dover@proton.me>
(cherry picked from commit 0b277fe3809c2eae7bfced002ac85f7e1629fa30)

README.md

index 86f098fb762a1c0edb1164aef48597597a4990d9..cb13ab11c41c0a3e662fbdcd8349e6089d6c4821 100644 (file)
--- a/README.md
+++ b/README.md
@@ -45,19 +45,21 @@ out the git submodules associated with it:
 
 ## Build Prerequisites
 
-*section last updated 27 Jul 2023*
+*section last updated 06 Sep 2024*
 
-Make sure that ``curl`` is installed. The Debian and Ubuntu ``apt`` command is
-provided here, but if you use a system with a different package manager, then
-you must use whatever command is the proper counterpart of this one:
+We provide the Debian and Ubuntu ``apt`` commands in this procedure. If you use
+a system with a different package manager, then you will have to use different
+commands. 
+
+#. Install ``curl``:
 
     apt install curl
 
-Install Debian or RPM package dependencies by running the following command:
+#. Install package dependencies by running the ``install-deps.sh`` script:
 
        ./install-deps.sh
 
-Install the ``python3-routes`` package:
+#. Install the ``python3-routes`` package:
 
     apt install python3-routes