Update README.md

This commit is contained in:
2026-09-15 14:29:17 +00:00
parent 0d19a1f171
commit bc2b79067e
+5
View File
@@ -22,6 +22,11 @@ The `src/Before/` folder contains a small domain model (Client, Order) backed by
``` ```
dotnet build dotnet build
``` ```
4. On windows: npm install @mermaid-js/mermaid-cli (global install failed)
5. Verify mermaid runs
```
./node-modules/.bin/mmdc
```
## Tasks ## Tasks