Skip to content

Commit

Permalink
fix: Correct cut-n-paste error in README
Browse files Browse the repository at this point in the history
  • Loading branch information
jimisola authored Feb 11, 2024
1 parent 060d24f commit c1de3e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ You might need to add the option `:z` or `:Z` like `<your directory>:/data/:z` o

[source,bash]
----
docker run -p 2003:2003 ghcr.io/unoconv/unoserver-docker unoconvert /data/document.docx /data/document.pdf
docker run -p 2003:2003 ghcr.io/unoconv/unoserver-docker
----

After you start the container, you can use link:https://github.com/unoconv/unoserver#unoconvert[unoconvert] command to convert documents using LibreOffice.
Expand Down

0 comments on commit c1de3e0

Please sign in to comment.