mirror of
https://github.com/junegunn/vim-plug.git
synced 2024-12-19 10:35:38 -07:00
Merge pull request #337 from starcraftman/power_readme
Ensure CWD isn't a factor for powershell command.
This commit is contained in:
commit
173bfea4c5
@ -47,7 +47,7 @@ curl -fLo ~/.config/nvim/autoload/plug.vim --create-dirs \
|
||||
md ~\vimfiles\autoload
|
||||
|
||||
$uri = 'https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim'
|
||||
(New-Object Net.WebClient).DownloadFile($uri, 'vimfiles\autoload\plug.vim')
|
||||
(New-Object Net.WebClient).DownloadFile($uri, (Resolve-Path ~\vimfiles\autoload\plug.vim))
|
||||
```
|
||||
|
||||
### Usage
|
||||
|
Loading…
Reference in New Issue
Block a user