zoekt: 1 file / 11 matches / 0.19ms neogrok: 1 file / 11 matches

neogrokREADME.md 11 matches | Markdown | №1

31 Install the commands you need with `go install`, as shown below. The examples32 use the latest released version and assume that Go's binary installation33 directory is on your `PATH`.
40 Zoekt supports indexing and searching repositories on the command line. This is most helpful41 for simple local usage, or for testing and development.42
44 45 go install github.com/sourcegraph/zoekt/cmd/zoekt-git-index@latest46 zoekt-git-index -index ~/.zoekt /path/to/repo
58 59 go install github.com/sourcegraph/zoekt/cmd/zoekt-local-sync@latest60 go install github.com/sourcegraph/zoekt/cmd/zoekt-git-index@latest61 zoekt-local-sync -index ~/.zoekt ~/src