diff options
author | David Runge <dave@sleepmap.de> | 2016-06-04 12:07:21 +0200 |
---|---|---|
committer | David Runge <dave@sleepmap.de> | 2016-06-04 12:07:21 +0200 |
commit | b713e692c8ace4c1f3b9daf33040e2836b0049e8 (patch) | |
tree | 06412861ef01c4eaffe97f806ab247a7f2656fb8 | |
parent | 5d097389954f98560be9744c14fbe72077bbad95 (diff) | |
download | uenv-b713e692c8ace4c1f3b9daf33040e2836b0049e8.tar.gz uenv-b713e692c8ace4c1f3b9daf33040e2836b0049e8.tar.bz2 uenv-b713e692c8ace4c1f3b9daf33040e2836b0049e8.tar.xz uenv-b713e692c8ace4c1f3b9daf33040e2836b0049e8.zip |
README.rst: Escaping single bold characters properly, so they will be displayed as part of a word.
-rw-r--r-- | README.rst | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ uenv ==== -| *uenv* - as in **u** seful **env** ironments - is a collection of scripts, |systemd| |systemd.service| and |systemd.timer| units and configuration that go along with it. +| *uenv* - as in **u**\ seful **env**\ ironments - is a collection of scripts, |systemd| |systemd.service| and |systemd.timer| units and configuration that go along with it. | It is meant to help organizing your workflow and hiding away user and system services in neat little separate environments. | Arguably a couple of the |systemd.unit| might only be useful, when using window managers like |awesome|, that stem from a minimalistic approach. | Some of the functionalities implemented here can be found in desktop environments like |kde| or |gnome|. |