add git installation

This commit is contained in:
FrtMeLody 2015-12-19 10:00:38 +08:00
parent c74f83b62b
commit be9f82bf05

View File

@ -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)) (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' git clone 'https://github.com/frtmelody/vim-plug.git' ~/.vim/plugged/vim-plug'
``` ```