We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
-Bbuild
1 parent 35cbeb8 commit 06cd3fbCopy full SHA for 06cd3fb
1 file changed
README.md
@@ -167,7 +167,7 @@ This requires:
167
- Install CMake and the Microsoft C++ Build Tools on Windows
168
169
```lua
170
-{'nvim-telescope/telescope-fzf-native.nvim', build = 'cmake -S. -Build -DCMAKE_BUILD_TYPE=Release && cmake --build build --config Release && cmake --install build --prefix build' }
+{'nvim-telescope/telescope-fzf-native.nvim', build = 'cmake -S. -Bbuild -DCMAKE_BUILD_TYPE=Release && cmake --build build --config Release && cmake --install build --prefix build' }
171
```
172
</details>
173
<details><summary>Windows with gcc/make using chocolatey</summary>
0 commit comments