From 4234f3c61f12978ba555a953f784767518814fa9 Mon Sep 17 00:00:00 2001 From: Tim Jackson-Kiely Date: Tue, 3 Nov 2015 08:10:05 +1300 Subject: [PATCH] Update readme - review changes Group 'download to' sentence + add powershell syntax --- README.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 3f50f7b..89d3160 100644 --- a/README.md +++ b/README.md @@ -23,18 +23,14 @@ A minimalist Vim plugin manager. [startup-time]: http://junegunn.kr/images/vim-startup-time.png ### Installation -[Download plug.vim](https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim) +[Download plug.vim](https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim) and put it in ~/.vim/autoload (UNIX) or ~/vimfiles/autoload (Windows). ###### Unix -and put it in ~/.vim/autoload - ```sh curl -fLo ~/.vim/autoload/plug.vim --create-dirs \ https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim ``` ###### Windows -and put it in ~/vimfiles/autoload - -```sh +```powershell md ~\vimfiles\autoload Invoke-WebRequest -OutFile ~\vimfiles\autoload\plug.vim