diff options
author | Determinant <[email protected]> | 2014-11-11 23:47:26 +0800 |
---|---|---|
committer | Determinant <[email protected]> | 2014-11-11 23:47:26 +0800 |
commit | 910cd22805c61a36fb3ebc2310a1f6a6301a41ae (patch) | |
tree | 9bd0fb5b6934223500fbb1f98fb327666d1db099 | |
parent | 8e08369fcf46e8bd81631e54b80a751270b16be1 (diff) |
correct a typo of the example command
-rw-r--r-- | README.rst | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -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 |