Update README.md
This commit is contained in:
parent
1a4abe978f
commit
e5e227512e
1 changed files with 9 additions and 1 deletions
10
README.md
10
README.md
|
|
@ -8,4 +8,12 @@ Run:
|
||||||
docker-compose up --build
|
docker-compose up --build
|
||||||
```
|
```
|
||||||
|
|
||||||
Then open http://localhost:8000 and upload PDFs. Configure rate via env var RATE_PER_M2 (default 4.0).
|
Then open http://localhost:8000 and upload PDFs. Configure rate via env var RATE_PER_M2 (default 4.0).
|
||||||
|
|
||||||
|
|
||||||
|
```mermaid
|
||||||
|
graph TD
|
||||||
|
A[Start] --> B{Is it working?}
|
||||||
|
B -- Yes --> C[Celebrate 🎉]
|
||||||
|
B -- No --> D[Debug 🔧]
|
||||||
|
```
|
||||||
Loading…
Add table
Add a link
Reference in a new issue