Browse Source
update install instruction to be on one line in smaller screens
pull/939/head
Dorian Marié
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
1 deletions
-
README.md
|
|
|
@ -50,7 +50,9 @@ |
|
|
|
|
|
|
|
2. Set up [Vundle]: |
|
|
|
|
|
|
|
` git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim` |
|
|
|
``` |
|
|
|
git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim |
|
|
|
``` |
|
|
|
|
|
|
|
3. Configure Plugins: |
|
|
|
|
|
|
|
|