Skip to content

Commit decb7ff

Browse files
authored
Update README.md
1 parent cb4bef8 commit decb7ff

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ You can also download the current `master` of DokuWiki itself (in addition to al
3232

3333
Use docker to run [Opengrok](http://oracle.github.io/opengrok/) on top of the `data/src` directory:
3434

35-
docker run --rm -t -v `pwd`/data/src:/src -p 8080:8080 nagui/opengrok:latest
35+
docker run --rm -t -v `pwd`/data/src:/src -p 8080:8080 opengrok/docker:latest
3636

3737
The image will start to index the sources, this takes several minutes. Once it's done, you can search through the code at [http://localhost:8080/source](http://localhost:8080/source). A Cross-Reference Browser is available at [http://localhost:8080/source/xref/](http://localhost:8080/source/xref/)
38+
39+
An online version of the search is now available at https://codesearch.dokuwiki.org

0 commit comments

Comments
 (0)