Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.adoc #370

Merged
merged 2 commits into from Nov 21, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.adoc
Expand Up @@ -80,7 +80,7 @@ But you can also force another python by using it to execute unoconv, e.g.:

/opt/libreoffice4.4/program/python.bin unoconv -f pdf some-file.odt

or on MacOS X:
or on macOS:

/Applications/LibreOffice.app/Contents/MacOS/python unoconv -f pdf some-file.odt

Expand Down Expand Up @@ -109,10 +109,10 @@ to create a headless X display for ooffice.
- http://www.artofsolving.com/node/10


== Using unoconv with MacOS X
LibreOffice 3.6.0.1 or later is required to use unoconv under MacOS X. This
== Using unoconv with macOS
LibreOffice 3.6.0.1 or later is required to use unoconv under macOS. This
is the first version distributed with an internal python script that works.
No version of OpenOffice for MacOS X (3.4 is the current version) works because
No version of OpenOffice for macOS (3.4 is the current version) works because
the necessary internal files are not included inside the application.


Expand Down