diff options
author | Zac Dover <zac.dover@proton.me> | 2024-09-09 17:21:18 +0200 |
---|---|---|
committer | Zac Dover <zac.dover@proton.me> | 2024-09-09 17:21:18 +0200 |
commit | 7171f73c81d603f8ff62198fc1e5f50c20a0aa05 (patch) | |
tree | 2648d0b08d4f6154c2516368af4bdb43b0c744b5 /README.md | |
parent | Merge pull request #59297 from ivoalmeida/carbon-datatable-performance (diff) | |
download | ceph-7171f73c81d603f8ff62198fc1e5f50c20a0aa05.tar.xz ceph-7171f73c81d603f8ff62198fc1e5f50c20a0aa05.zip |
doc/README.md: improve formatting
Improve the formatting of the section "Building Ceph" in the file
README.md.
Signed-off-by: Zac Dover <zac.dover@proton.me>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/README.md b/README.md index 4aa9309f639..458c8ea8199 100644 --- a/README.md +++ b/README.md @@ -109,19 +109,19 @@ To build Ceph, follow this procedure: > -j 3`. On average, each `ninja` job run in parallel needs approximately > 2.5 GiB of RAM. -This documentation assumes that your build directory is a subdirectory of the -`ceph.git` checkout. If the build directory is located elsewhere, point -`CEPH_GIT_DIR` to the correct path of the checkout. Additional CMake args can -be specified by setting ARGS before invoking ``do_cmake.sh``. See [cmake -options](#cmake-options) for more details. For example: + This documentation assumes that your build directory is a subdirectory of + the `ceph.git` checkout. If the build directory is located elsewhere, point + `CEPH_GIT_DIR` to the correct path of the checkout. Additional CMake args + can be specified by setting ARGS before invoking ``do_cmake.sh``. + See [cmake options](#cmake-options) for more details. For example: - ARGS="-DCMAKE_C_COMPILER=gcc-7" ./do_cmake.sh + ARGS="-DCMAKE_C_COMPILER=gcc-7" ./do_cmake.sh -To build only certain targets, run a command of the following form: + To build only certain targets, run a command of the following form: ninja [target name] -To install: +5. Install the vstart cluster: ninja install |