From 21470cbb889143ed2a0d5b850995c0a8a7e707dc Mon Sep 17 00:00:00 2001 From: Peter Odding Date: Wed, 11 May 2011 22:15:02 +0200 Subject: Update INSTALL.md concerning the new git repository layout --- INSTALL.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'INSTALL.md') diff --git a/INSTALL.md b/INSTALL.md index 8d44b48..e61b168 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -1,3 +1,3 @@ -**Note to GitHub users:** This git repository doesn't include all of the auto-load scripts required by the plug-in. The easiest way to get the plug-in including its dependencies is to download [the latest ZIP archive](http://peterodding.com/code/vim/downloads/easytags). +If you're looking for the simplest way to get the plug-in up and running, download [the latest ZIP archive](http://peterodding.com/code/vim/downloads/easytags) from [Vim Online](http://www.vim.org/scripts/script.php?script_id=3114), unzip that in `~/.vim/` (on UNIX) or `%USERPROFILE%\vimfiles` (on Windows) and you're good to go. -If you're using [Pathogen](http://www.vim.org/scripts/script.php?script_id=2332) and want to keep the plug-in up to date using git, you can use the [easytags.vim mirror repository](https://github.com/vim-scripts/easytags.vim) by [vim-scripts.org](http://vim-scripts.org/) which is synchronized with the latest release on [Vim Online](http://www.vim.org/scripts/script.php?script_id=3114) multiple times a day. +If you're using git and/or [Pathogen](http://www.vim.org/scripts/script.php?script_id=2332) and want to keep the plug-in up to date using git, you can use the GitHub repository directly, just make sure to use `git clone --recursive` when you clone the repository so that the submodule with autoload scripts is included (the plug-in will give you a hint if you forget this). -- cgit v1.2.3