Remove explicit prompt '$' from shell commands authored by Wouter Beugeling's avatar Wouter Beugeling
...@@ -69,8 +69,8 @@ Configuration tool ...@@ -69,8 +69,8 @@ Configuration tool
The 'global' configuration file (`$HOME/.kdotpy/kdotpyrc`) can be viewed and The 'global' configuration file (`$HOME/.kdotpy/kdotpyrc`) can be viewed and
modified from the command line with the configuration tool `kdotpy-config.py`. modified from the command line with the configuration tool `kdotpy-config.py`.
It can be invoked using It can be invoked using
``` ```sh
$ kdotpy config ... kdotpy config ...
``` ```
where `...` can be an operation and/or some configuration keys from the list of where `...` can be an operation and/or some configuration keys from the list of
options below. For more information, see [Configuration tool](features/kdotpy-config). options below. For more information, see [Configuration tool](features/kdotpy-config).
... ...
......