diff options
author | Peter Odding <peter@peterodding.com> | 2010-12-24 23:09:24 +0100 |
---|---|---|
committer | Peter Odding <peter@peterodding.com> | 2010-12-24 23:09:24 +0100 |
commit | f7a679316279c8f816be5f503ce4754e8c09186d (patch) | |
tree | 9923db8ea6701eef83e9a61a8b77a289a4a0a1fb | |
parent | d3551a3fa2315874ae522d5676882bfb7e568974 (diff) | |
download | vim-easytags-f7a679316279c8f816be5f503ce4754e8c09186d.tar.gz |
Add links, Pathogen hints to INSTALL.md
-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. |