Browse Source

Generalized install step, esp. for Android users

I use git, emacs, and vim on my Android phone. In this environment, git has trouble with `https://...` repos, but fortunately it handles `git@github...` URLs fine.
pull/344/head
Andrew Pennebaker 12 years ago
parent
commit
3fbbd47f24
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      README.md

+ 1
- 1
README.md View File

@ -9,7 +9,7 @@
1. Setup [Vundle]:
```
$ git clone https://github.com/gmarik/vundle.git ~/.vim/bundle/vundle
$ git clone git@github.com:gmarik/vundle.git ~/.vim/bundle/vundle
```
2. Configure bundles:


Loading…
Cancel
Save