From be9f82bf05acf1d3f08968e054a8f4e0dca9c149 Mon Sep 17 00:00:00 2001 From: FrtMeLody Date: Sat, 19 Dec 2015 10:00:38 +0800 Subject: [PATCH] add git installation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 896c6d8..c23ad2b 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ $uri = 'https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim' (New-Object Net.WebClient).DownloadFile($uri, (Resolve-Path ~\vimfiles\autoload\plug.vim)) ``` -##### Git +###### Git ``` git clone 'https://github.com/frtmelody/vim-plug.git' ~/.vim/plugged/vim-plug' ```