From cbfca6b6b876e31c19dc156e19fca2d74079ecca Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Sun, 20 Nov 2016 23:08:33 +0900 Subject: [PATCH] Created Windows (markdown) --- Windows.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Windows.md diff --git a/Windows.md b/Windows.md new file mode 100644 index 0000000..964e446 --- /dev/null +++ b/Windows.md @@ -0,0 +1,12 @@ +## Windows + +Pre-built binaries for Windows can be downloaded [here][bin]. However, other +components of the project does not work on Windows. You might want to consider +installing fzf on [Windows Subsystem for Linux][wsl] where everything runs +flawlessly. + +[wsl]: https://blogs.msdn.microsoft.com/wsl/ + +### PowerShell + +https://github.com/kelleyma49/PSFzf \ No newline at end of file