Skip to content

Commit f29fcd1

Browse files
reidliu41epwalsh
authored andcommitted
[doc] fix ordered list (vllm-project#20749)
Signed-off-by: reidliu41 <reid201711@gmail.com>
1 parent cdee2d9 commit f29fcd1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/contributing/incremental_build.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -99,16 +99,16 @@ Once your `CMakeUserPresets.json` is configured:
9999
1. **Initialize the CMake build environment:**
100100
This step configures the build system according to your chosen preset (e.g., `release`) and creates the build directory at `binaryDir`
101101

102-
```console
103-
cmake --preset release
104-
```
102+
```console
103+
cmake --preset release
104+
```
105105

106106
2. **Build and install the vLLM components:**
107107
This command compiles the code and installs the resulting binaries into your vLLM source directory, making them available to your editable Python installation.
108108

109-
```console
110-
cmake --build --preset release --target install
111-
```
109+
```console
110+
cmake --build --preset release --target install
111+
```
112112

113113
3. **Make changes and repeat!**
114114
Now you start using your editable install of vLLM, testing and making changes as needed. If you need to build again to update based on changes, simply run the CMake command again to build only the affected files.

0 commit comments

Comments
 (0)