Skip to content

Commit 06cd3fb

Browse files
committed
revert change for -Bbuild
1 parent 35cbeb8 commit 06cd3fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ This requires:
167167
- Install CMake and the Microsoft C++ Build Tools on Windows
168168
169169
```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' }
170+
{'nvim-telescope/telescope-fzf-native.nvim', build = 'cmake -S. -Bbuild -DCMAKE_BUILD_TYPE=Release && cmake --build build --config Release && cmake --install build --prefix build' }
171171
```
172172
</details>
173173
<details><summary>Windows with gcc/make using chocolatey</summary>

0 commit comments

Comments
 (0)