Skip to content

Commit

Permalink
Merge pull request #59675 from zdover23/wip-doc-2024-09-10-README-md-…
Browse files Browse the repository at this point in the history
…vstart

doc/README.md: improve formatting

Reviewed-by: Anthony D'Atri <anthony.datri@gmail.com>
  • Loading branch information
zdover23 committed Sep 10, 2024
2 parents 8cf6dbd + 7171f73 commit eef6367
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit eef6367

Please sign in to comment.