浏览代码

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.
Junegunn Choi 9 年之前
父节点
当前提交
c463c9fe83
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      README.md

+ 1 - 1
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