Skip to content

Commit 22ea53c

Browse files
committed
docs: clarify build directory creation steps
1 parent 9490904 commit 22ea53c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,12 +81,11 @@ git submodule update --init --recursive
8181

8282
Install cmake (and libasan on Linux) then:
8383

84-
Choose your build method:
84+
Choose **one** of the following build methods:
8585
* Quick Update: Run `mkdir -p build` to reuse the existing build directory and preserve previous build artifacts for an incremental build.
86-
* OR
8786
* Clean Start: Run `rm -rf build && mkdir build` to do a full rebuild.
8887

89-
Compile:
88+
then compile:
9089
```
9190
cd build
9291
cmake ..

0 commit comments

Comments
 (0)