From 58ccaa03ce3c224bdd0df943ddfd02cda70b5baf Mon Sep 17 00:00:00 2001 From: Peter Odding Date: Sun, 6 Jun 2010 10:25:26 +0200 Subject: Updated README with instructions on installing ctags --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'README.md') 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 -- cgit v1.2.3