From 3d14123f6055ca76c17d5389a8188e958194fe2f Mon Sep 17 00:00:00 2001 From: Vitaly Zdanevich Date: Wed, 19 May 2021 09:03:58 +0300 Subject: [PATCH] README: add about how to install tags on Gentoo --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d2d8e646..dcb7c5ef 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ creates the tags it needs on-the-fly in-memory without creating any files. * A ctags implementation: We _highly recommend_ any version of [Universal Ctags](https://ctags.io). It is a maintained fork of Exuberant Ctags with many bugfixes, support for many more formats, and proper Unicode support. + On Gentoo this package called [dev-util/ctags](https://packages.gentoo.org/packages/dev-util/ctags). [Exuberant Ctags](http://ctags.sourceforge.net/) 5.5 or higher works to some degree but will be deprecated eventually.