scripts need run command

This commit is contained in:
Peter Morton 2025-06-27 17:43:01 -05:00
parent fde60f3341
commit ba87ea6c8e

View File

@ -11,11 +11,11 @@ poetry install
### Crawler
```bash
poetry crawler
poetry run crawler
```
### Clear Index
```bash
poetry clear-index
poetry run clear-index
```