From 3fbbd47f24004d590d2efa7644b87fd18e324885 Mon Sep 17 00:00:00 2001 From: Andrew Pennebaker Date: Sat, 19 Oct 2013 17:33:13 -0400 Subject: [PATCH] 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. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 508b266..adc99e1 100644 --- a/README.md +++ b/README.md @@ -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: