Verified Commit a4f88cf4 authored by Jakob Moser's avatar Jakob Moser
Browse files

Make command actually runnable

parent 924f4fb8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -38,10 +38,10 @@ pip install git+https://gitlab.cl.uni-heidelberg.de/fachschaft/coliverter.git

## Run

If you use `uv`, this should work out of the box:
If you use `uv`, this should work out of the box (replace the paths as desired):

```bash
coliverter document.md document.pdf
coliverter examples/basic_document.md examples/out/basic_document.pdf
```

## Further reading