From 034a3025e81bb2b492c6c91e494c344ce3bf9ded Mon Sep 17 00:00:00 2001 From: Michael Carlberg Date: Wed, 25 May 2016 14:52:10 +0200 Subject: [PATCH] fix(docs): No need to test config before using wrapper The wrapper now redirects stderr to both file and stdout which means that errors outputted in the pipe will be seen --- README.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/README.md b/README.md index 60da5d23..eadb8881 100644 --- a/README.md +++ b/README.md @@ -94,16 +94,8 @@ The following code will get you started: # (where "example" is the name of the bar as defined by [bar/NAME] in the config) $ lemonbuddy_wrapper.sh example - # When making changes to the configuration, make sure to try it out using - # only the lemonbuddy executable, before launching it with the wrapper: - $ lemonbuddy example - (Ctrl-C to terminate) - # "lemonbuddy_wrapper.sh" is just a simple shell script that takes care # of redirecting the in-/output streams between "lemonbuddy" and "lemonbar". - # It should be considered experimental and needs more assertions, but if - # it the above command doesn't report any error it is generally safe to - # assume that the wrapper will launch the bar successfully as well. ~~~ **It is recommended** to always use `lemonbuddy_wrapper.sh` when launching the bars.