Skip to content

Commit c6107ce

Browse files
author
Ivan Sinkarenko
committed
Document how to disable indexing
1 parent d22a84b commit c6107ce

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,12 @@ And then the normal installation procedure applies:
8282
python -m pip install -e .
8383
```
8484

85+
You may want to disable the indexing to avoid long-running tasks during the development:
86+
87+
```bash
88+
export DISABLE_REPOSITORY_INDEXING=1
89+
```
90+
8591
The browser can be run with:
8692

8793
```bash

0 commit comments

Comments
 (0)