diff --git a/README.md b/README.md index a43805c..7729a20 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ ## Installation -Execute `firestarter` as your `.xinitrc`, either by replacing the file or by `exec`ing it after performing your own basic setup. You do not need the rest of the files in the repository. +Execute `firestarter` as your `.xinitrc`, either by replacing the file or by `exec`ing it after performing your own basic setup. You do not need the rest of the files in the repository, but a `git clone` and a regular `git pull` *is* an effective way of keeping the script up-to-date. ## Configuration @@ -26,7 +26,7 @@ By setting a dummy execution line, one can effectively prevent an entire configu command -v lemonbar ~/.bin/lemonbar.sh | lemonbar -All STDOUT and STDERR messages from these commands are saved to a logfile in '~/.local/share/firestarter/logs` under the same name as the configuration file. +All STDOUT and STDERR messages from these commands are saved to a logfile in `~/.local/share/firestarter/logs` under the same name as the configuration file. ## Usage @@ -35,3 +35,5 @@ See `firestarter -h` ## Contribution Firestarter by no means contains an exhaustive list of all possible programs. If you know of or have created a program that should be added, *please* open an issue about it. The script should be light but its choices massive. + +Bug reports are also more than welcome.