From ef67b002a9b0843c4c686e18507878072c85ec20 Mon Sep 17 00:00:00 2001 From: Peter Odding Date: Wed, 25 May 2011 19:18:59 +0200 Subject: Remove reference to submodule from installation instructions --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'INSTALL.md') diff --git a/INSTALL.md b/INSTALL.md index e61b168..3d1c7b6 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -1,3 +1,3 @@ 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 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). +If you're using git and/or [Pathogen](http://www.vim.org/scripts/script.php?script_id=2332), [Vundle](https://github.com/gmarik/vundle) or a similar plug-in manager and want to keep the plug-in up to date using git, you can use the GitHub repository directly, it should just work. -- cgit v1.2.3