From 3e5a11c3e63f7f87e65bd3d580587c390164a48c Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Tue, 7 May 2013 01:14:46 +0900 Subject: [PATCH] add installation section --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 0a7c724..70d273b 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,19 @@ Demo [Screencast](https://vimeo.com/63506219) +Installation +------------ + +Either [download zip file](http://www.vim.org/scripts/script.php?script_id=4520) +and extract in ~/.vim or use [Vundle](https://github.com/gmarik/vundle) (recommended) +or [Pathogen](https://github.com/tpope/vim-pathogen). + +### With Vundle + +```vim +Bundle 'junegunn/vim-easy-align' +``` + Usage -----