diff options
author | Zac Dover <zac.dover@proton.me> | 2024-09-14 10:46:56 +0200 |
---|---|---|
committer | Zac Dover <zac.dover@proton.me> | 2024-09-14 10:46:56 +0200 |
commit | 36c620b04f3a88562d75955b46cc1864de60ce70 (patch) | |
tree | 6e69c47d589643bd79dd8a52c39de4f4a66576ea /README.md | |
parent | Merge pull request #59732 from zdover23/wip-doc-2024-09-11-README-md-formatting (diff) | |
download | ceph-36c620b04f3a88562d75955b46cc1864de60ce70.tar.xz ceph-36c620b04f3a88562d75955b46cc1864de60ce70.zip |
doc/README.md: create selectable commands
An indentation of five spaces relative to the previous line creates a
command that is copyable with a single mouse click. This commit adds
those copyabale commands to the procedure in the section "Building
Ceph".
Signed-off-by: Zac Dover <zac.dover@proton.me>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md index 3f599f9ac9c..e51621ca8b8 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ To build Ceph, follow this procedure: contains `do_cmake.sh` and `CONTRIBUTING.rst`. 2. Run the `do_cmake.sh` script: - ``./do_cmake.sh`` + ./do_cmake.sh ``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 @@ -89,7 +89,7 @@ To build Ceph, follow this procedure: non-debug build. 3. Move into the `build` directory: - ``cd build`` + cd build 4. Use the `ninja` buildsystem to build the development environment: ninja -j3 @@ -120,11 +120,11 @@ To build Ceph, follow this procedure: To build only certain targets, run a command of the following form: - ``ninja [target name]`` + ninja [target name] 5. Install the vstart cluster: - ``ninja install`` + ninja install ### CMake Options |