Skip to content

Commit e0b3453

Browse files
authored
Merge pull request ceph#59788 from zdover23/wip-doc-2024-09-14-README-md-command-formatting
doc/README.md: create selectable commands Reviewed-by: Anthony D'Atri <[email protected]>
2 parents 4adee01 + 36c620b commit e0b3453

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,15 +81,15 @@ To build Ceph, follow this procedure:
8181
contains `do_cmake.sh` and `CONTRIBUTING.rst`.
8282
2. Run the `do_cmake.sh` script:
8383

84-
``./do_cmake.sh``
84+
./do_cmake.sh
8585

8686
``do_cmake.sh`` by default creates a "debug build" of Ceph, which can be
8787
up to five times slower than a non-debug build. Pass
8888
``-DCMAKE_BUILD_TYPE=RelWithDebInfo`` to ``do_cmake.sh`` to create a
8989
non-debug build.
9090
3. Move into the `build` directory:
9191

92-
``cd build``
92+
cd build
9393
4. Use the `ninja` buildsystem to build the development environment:
9494

9595
ninja -j3
@@ -120,11 +120,11 @@ To build Ceph, follow this procedure:
120120

121121
To build only certain targets, run a command of the following form:
122122

123-
``ninja [target name]``
123+
ninja [target name]
124124

125125
5. Install the vstart cluster:
126126

127-
``ninja install``
127+
ninja install
128128

129129
### CMake Options
130130

0 commit comments

Comments
 (0)