From 27a21f8ca7498ab039dcb0e18e8818bcc080bc25 Mon Sep 17 00:00:00 2001 From: Prashanth Chandra Date: Fri, 23 Sep 2016 20:15:28 +0800 Subject: [PATCH 1/2] Edit Vundle installation instructions Full GitHub URL is not required for Vundle (and vim-plug), as GitHub is automatically assumed. --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 415b3e16..cbabefcb 100644 --- a/README.md +++ b/README.md @@ -104,11 +104,8 @@ git clone https://github.com/w0rp/ale.git ### Installation with Vundle -You can install this plugin using [Vundle](https://github.com/VundleVim/Vundle.vim) -by using the github repository URL for cloning the repository. - ```vim -Plugin 'https://github.com/w0rp/ale.git' +Plugin 'w0rp/ale' ``` See the Vundle documentation for more information. From 2a4cbbd0dfdc217b5e56a500df875c10ce3c1f7d Mon Sep 17 00:00:00 2001 From: w0rp Date: Mon, 26 Sep 2016 21:44:23 +0100 Subject: [PATCH 2/2] Add some more prose back in with a link to Vundle. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index cbabefcb..02316275 100644 --- a/README.md +++ b/README.md @@ -104,6 +104,9 @@ git clone https://github.com/w0rp/ale.git ### Installation with Vundle +You can install this plugin using [Vundle](https://github.com/VundleVim/Vundle.vim) +by using the path on GitHub for this repository. + ```vim Plugin 'w0rp/ale' ```