From c463c9fe835b95aedf3c3d0582756b852ea77f25 Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Sun, 6 Mar 2016 14:16:40 +0900 Subject: [PATCH] Clarify that the installation script for Windows requires PowerShell https://github.com/junegunn/vim-plug/pull/309#issuecomment-155259326 I take back my words :( I thought PowerShell means the default Windows shell. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0ed6309..a46be73 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ curl -fLo ~/.config/nvim/autoload/plug.vim --create-dirs \ https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim ``` -###### Windows +###### Windows (PowerShell) ```powershell md ~\vimfiles\autoload