From 1a5fade326312476d121b37f4bee689db77fecc2 Mon Sep 17 00:00:00 2001 From: Makoto MOMOTA Date: Tue, 21 Jun 2016 21:56:12 +0900 Subject: [PATCH] add how to install --- README.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/README.md b/README.md index 2aabd3a..57fcd8b 100644 --- a/README.md +++ b/README.md @@ -7,3 +7,28 @@ License ======= [MIT](http://opensource.org/licenses/MIT) + + +Installation +============ + +Manually +-------- + +1. Put all files under $VIM. + +Pathogen +-------- + +1. Install with the following command. + + git clone https://github.com/momota/junos.vim ~/.vim/bundle/junos.vim + +NeoBundle (https://github.com/Shougo/neobundle.vim) +--------- + +1. Add the following configuration to your `.vimrc`. + + NeoBundle 'momota/junos.vim' + +2. Install with `:NeoBundleInstall`.