Update README.md

This commit is contained in:
intergalacticalvariable 2024-09-28 10:47:36 +02:00 committed by GitHub
parent 1e2a35e04e
commit a846c24307
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -28,11 +28,13 @@ It converts any URL to an LLM-friendly input with `http://127.0.0.1:3000/https:/
```
2. Run the container:
Replace `/path/to/local-storage` with the directory where you want to store screenshots.
```bash
docker run -p 3000:3000 -v /path/to/local-storage:/app/local-storage ghcr.io/intergalacticalvariable/reader:latest
```
Replace `/path/to/local-storage` with the directory where you want to store screenshots.
### Option 2: Building the image locally