Skip to content

Commit

Permalink
Ensure CWD isn't a factor for powershell command.
Browse files Browse the repository at this point in the history
  • Loading branch information
starcraftman committed Nov 29, 2015
1 parent 84faabe commit c233234
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c233234

Please sign in to comment.