diff --git a/README.md b/README.md index 8c0b257..652ea0f 100644 --- a/README.md +++ b/README.md @@ -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