Browse Source

Ensure CWD isn't a factor for powershell command.

Jeremy Pallats/starcraft.man 10 years ago
parent
commit
c233234bd9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -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