fork of https://github.com/sourcegraph/zoekt
0

Configure Feed

Select the types of activity you want to include in your feed.

Merge remote-tracking branch 'gerrit/master'

+5
+5
doc/ctags.md
··· 16 16 which guarantees that security problems in ctags cannot escalate to 17 17 access to the indexing machine. 18 18 19 + Ubuntu, Debian and Arch provide universal ctags with seccomp support 20 + compiled in. Zoekt expects the `universal-ctags` binary to be on 21 + `$PATH`. Note: only Ubuntu names the binary `universal-ctags`, while 22 + most distributions name it `ctags`. 23 + 19 24 Use the following invocation to compile and install universal-ctags: 20 25 21 26 ```