scripts need run command

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

View File

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