]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/README.md - add ordered list 59024/head
authorZac Dover <zac.dover@proton.me>
Mon, 5 Aug 2024 13:02:49 +0000 (23:02 +1000)
committerZac Dover <zac.dover@proton.me>
Mon, 5 Aug 2024 13:02:49 +0000 (23:02 +1000)
Add ordered-list formatting to the "Building Ceph" section of README.md.

Signed-off-by: Zac Dover <zac.dover@proton.me>
README.md

index 41699563369ab692352d67a3526b21a4960c6560..8acb1ba7a81d55c0b1bb9fc6fc09a89f76406060 100644 (file)
--- a/README.md
+++ b/README.md
@@ -73,12 +73,19 @@ we recommend that you build `.deb` or `.rpm` packages, or refer to
 ``ceph.spec.in`` or ``debian/rules`` to see which configuration options are
 specified for production builds.
 
-To build Ceph, make sure that you are in the top-level `ceph` directory that
-contains `do_cmake.sh` and `CONTRIBUTING.rst` and run the following commands:
+To build Ceph, follow this procedure: 
 
-       ./do_cmake.sh
-       cd build
-       ninja
+1. Make sure that you are in the top-level `ceph` directory that
+   contains `do_cmake.sh` and `CONTRIBUTING.rst`.
+2. Run the `do_cmake.sh` script:
+
+    >``./do_cmake.sh``
+3. Move into the `build` directory:
+
+    >``cd build``
+4. Use the `ninja` buildsystem to build the development environment:
+
+    >``ninja``
 
 ``do_cmake.sh`` by default creates a "debug build" of Ceph, which can be up to
 five times slower than a non-debug build.  Pass