summaryrefslogtreecommitdiff
path: root/libreofficekit
diff options
context:
space:
mode:
authorPranav Kant <pranavk@collabora.co.uk>2017-07-15 11:50:08 +0530
committerJan Holesovsky <kendy@collabora.com>2017-11-15 17:07:02 +0100
commitadf4f8229a64939a5dd8f2bc9fd526b5455f8a7d (patch)
treea8d082b3542378de3cc57418e0218b025460d14c /libreofficekit
parent742f399c1b5417326f4ee22da7c8568908a83cb8 (diff)
libreofficekit: Update the README to match reality
Change-Id: Ifb7bf759e87cb654401005914ed8906ef9456fdd
Diffstat (limited to 'libreofficekit')
-rw-r--r--libreofficekit/README4
1 files changed, 2 insertions, 2 deletions
diff --git a/libreofficekit/README b/libreofficekit/README
index 8defd38ac44a..71a639fec219 100644
--- a/libreofficekit/README
+++ b/libreofficekit/README
@@ -89,11 +89,11 @@ object files into a single .so, etc).
To run gtktiledviewer:
- bin/run gtktiledviewer $PWD/instdir/program path/to/test.odt
+ bin/run gtktiledviewer --lo-path=$PWD/instdir/program path/to/test.odt
To receive all incoming events from core use G_MESSAGES_DEBUG=all
- G_MESSAGES_DEBUG=all bin/run gtktiledviewer $PWD/instdir/program ../test.odt
+ G_MESSAGES_DEBUG=all bin/run gtktiledviewer --lo-path=$PWD/instdir/program ../test.odt
To debug with gdb: