Update README.md

This commit is contained in:
timm bangma 2020-08-07 23:24:19 -04:00 committed by GitHub
parent 12c633a812
commit 0b228a73c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -68,7 +68,7 @@ curl -fLo ~/.var/app/io.neovim.nvim/data/nvim/site/autoload/plug.vim \
```powershell ```powershell
iwr -useb https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim |` iwr -useb https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim |`
ni $HOME/AppData/Local/nvim-data/site/autoload/plug.vim -Force ni "$env:LOCALAPPDATA/nvim-data/site/autoload/plug.vim" -Force
``` ```
### Getting Help ### Getting Help