chore: add make command

This commit is contained in:
Sirin Puenggun 2025-07-12 16:59:59 +00:00
parent 6b12cae190
commit b09a897b19

View File

@ -27,6 +27,15 @@ cd site-to-llmstxt
make build
```
Or with Makefile
```bash
make build
make run URL=https://example.com
make run URL=https://httpbin.org WORKERS=2 OUTPUT=./test-output
```
---
## Quick Start