Skip to content

Commit 01b2e36

Browse files
author
Ivan Sinkarenko
committed
Document how to disable indexing
1 parent 1390358 commit 01b2e36

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
@@ -74,6 +74,12 @@ And then the normal installation procedure applies:
7474
python -m pip install -e .
7575
```
7676

77+
You may want to disable the indexing to avoid long-running tasks during the development:
78+
79+
```bash
80+
export DISABLE_REPOSITORY_INDEXING=1
81+
```
82+
7783
The browser can be run with:
7884

7985
```bash

0 commit comments

Comments
 (0)