We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9490904 commit 22ea53cCopy full SHA for 22ea53c
README.md
@@ -81,12 +81,11 @@ git submodule update --init --recursive
81
82
Install cmake (and libasan on Linux) then:
83
84
-Choose your build method:
+Choose **one** of the following build methods:
85
* Quick Update: Run `mkdir -p build` to reuse the existing build directory and preserve previous build artifacts for an incremental build.
86
-* OR
87
* Clean Start: Run `rm -rf build && mkdir build` to do a full rebuild.
88
89
-Compile:
+then compile:
90
```
91
cd build
92
cmake ..
0 commit comments