From 3c698aac006d5f8457de17bcda6930bd4685fbc6 Mon Sep 17 00:00:00 2001 From: Shrikant Sharat Date: Fri, 25 May 2012 18:40:01 +0530 Subject: [PATCH] Add information on cloning the repo. --- README.mkd | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.mkd b/README.mkd index 5945fd4..b1d7399 100644 --- a/README.mkd +++ b/README.mkd @@ -6,10 +6,15 @@ typical vim+pathogen setup. Antigen is to zsh, what [Vundle][] is to vim. # Quick Usage +First, clone this repo, probably as a submodule if you have your dotfiles in a +git repo, + + git clone https://github.com/sharat87/antigen.git + The usage should be very familiar to you if you use Vundle. A typical `.zshrc` might look like this - source ~/labs/antigen/antigen.zsh + source /path-to-antigen-clone/antigen.zsh # Load the oh-my-zsh's library. bundle-lib -- 2.0.0