From 835a928bd4b5aa2042c2d74711d44f876e2c529a Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Mon, 3 May 2021 15:22:04 +0200 Subject: [PATCH] readme: update "Manual startup" section Add -r flag to xdpw to make sure any currently running process gets replaced. Remove the /usr/lib/xdg-desktop-portal invocation since xdpw can now be replaced. Adapt the wording to the latest xdpw changes. --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 1fd1081..d2bd022 100644 --- a/README.md +++ b/README.md @@ -37,13 +37,15 @@ See `man 5 xdg-desktop-portal-wlr`. ### Manual startup -At the moment, some command line flags are available for testing, compatibility, -or output selection. If you need to use one of these flags, you can provide an -instance of xdpw using the following command: +At the moment, some command line flags are available for development and +testing. If you need to use one of these flags, you can start an instance of +xdpw using the following command: -```/usr/lib/xdg-desktop-portal -r & xdg-desktop-portal-wlr [OPTION...]``` +```sh +xdg-desktop-portal-wlr -r [OPTION...] +``` -To understand the available options, you can run `xdg-desktop-portal-wlr --help` +To list the available options, you can run `xdg-desktop-portal-wlr --help`. ## FAQ