aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Odding <peter@peterodding.com>2010-06-06 10:25:26 +0200
committerPeter Odding <peter@peterodding.com>2010-06-06 10:25:26 +0200
commit58ccaa03ce3c224bdd0df943ddfd02cda70b5baf (patch)
tree3462102d8bdd26f4cda4dafdafef6abfc5a33bf4
parent0c57fc8380c809d2efd4bdb727874536569d489e (diff)
downloadvim-easytags-58ccaa03ce3c224bdd0df943ddfd02cda70b5baf.tar.gz
Updated README with instructions on installing ctags
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index bebb52f..f831e5e 100644
--- a/README.md
+++ b/README.md
@@ -36,6 +36,12 @@ Additionally if the file you just opened is a C, Lua, PHP, Python or Vim source
file you should also notice that the function and type names defined in the
file have been syntax highlighted.
+If the plug-in warns you that `ctags` isn't installed you can download it from
+its [homepage] [exuberant_ctags], or if you're running Debian/Ubuntu you can
+install it by executing the following shell command:
+
+ sudo apt-get install exuberant-ctags
+
## Configuration
The plug-in is intended to work without configuration but can be customized by