diff --git a/README.md b/README.md index c27ffedd..8ace8b9b 100644 --- a/README.md +++ b/README.md @@ -167,7 +167,7 @@ This requires: - Install CMake and the Microsoft C++ Build Tools on Windows ```lua -{'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' } ```
Windows with gcc/make using chocolatey