mirror of
https://github.com/junegunn/vim-plug.git
synced 2024-12-19 10:35:38 -07:00
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.
This commit is contained in:
parent
7218143147
commit
c463c9fe83
@ -41,7 +41,7 @@ curl -fLo ~/.config/nvim/autoload/plug.vim --create-dirs \
|
|||||||
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
|
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
|
||||||
```
|
```
|
||||||
|
|
||||||
###### Windows
|
###### Windows (PowerShell)
|
||||||
|
|
||||||
```powershell
|
```powershell
|
||||||
md ~\vimfiles\autoload
|
md ~\vimfiles\autoload
|
||||||
|
Loading…
Reference in New Issue
Block a user