diff options
-rw-r--r-- | INSTALL | 3 | ||||
-rw-r--r-- | INSTALL.md | 3 |
2 files changed, 3 insertions, 3 deletions
diff --git a/INSTALL b/INSTALL deleted file mode 100644 index 4c894a9..0000000 --- a/INSTALL +++ /dev/null @@ -1,3 +0,0 @@ -Note to GitHub users: This git repository doesn't include all of the autoload -scripts required by the Vim plug-in. To install the plug-in including its -dependencies please see the ZIP archive linked to in README.md. diff --git a/INSTALL.md b/INSTALL.md new file mode 100644 index 0000000..8d44b48 --- /dev/null +++ b/INSTALL.md @@ -0,0 +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 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. |