Skip to content

Commit 11166c1

Browse files
authored
Remove Conductor root from README paths
Replace README examples that referenced $CONDUCTOR_ROOT_PATH with relative .gmaps-scraper paths.
1 parent 01b6191 commit 11166c1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Batch scrape places:
6262
uv run gmaps-scraper \
6363
--kind place \
6464
--input places.txt \
65-
--session-dir "$CONDUCTOR_ROOT_PATH/.gmaps-scraper/session" \
65+
--session-dir .gmaps-scraper/session \
6666
--max-retries 2 \
6767
--stagger-ms 500 \
6868
--output place-results.json
@@ -91,7 +91,7 @@ uv run gmaps-scraper \
9191
--kind place \
9292
--input places.txt \
9393
--llm-repair \
94-
--llm-cache-dir "$CONDUCTOR_ROOT_PATH/.gmaps-scraper/llm-cache"
94+
--llm-cache-dir .gmaps-scraper/llm-cache
9595
```
9696

9797
## Library Usage

0 commit comments

Comments
 (0)