From 910cd22805c61a36fb3ebc2310a1f6a6301a41ae Mon Sep 17 00:00:00 2001 From: Determinant Date: Tue, 11 Nov 2014 23:47:26 +0800 Subject: correct a typo of the example command --- README.rst | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'README.rst') diff --git a/README.rst b/README.rst index 2115b37..a0faea8 100644 --- a/README.rst +++ b/README.rst @@ -56,14 +56,15 @@ the following command: .. image:: https://raw.githubusercontent.com/Determinant/mpd_trigger/master/screenshot.png If you have idea about how to run this program as a user daemon, try to copy -the accompanied file ``com.ted.mpd_trigger.plist`` (you may modify the file to -have correct parameters for mpd_trigger) to -``path_to_your_home/Library/LaunchAgents`` and then execute the following commands: +the accompanied file ``com.ted.mpd_trigger.plist`` (*you should modify the path +to the correct location of the compiled ``mpd_trigger`` binary* and may adjust +parameters) to ``path_to_your_home/Library/LaunchAgents`` and then execute the +following commands: :: cd path_to_your_home/Library/LaunchAgents - launchd load com.ted.mpd_trigger.plist + launchctl load com.ted.mpd_trigger.plist Finally, it is worth mentioning that patterns can be nested, for example a part of the pattern in last example ``{track?{track}:unkown track}`` makes use of -- cgit v1.2.3