Skip to content
Snippets Groups Projects
Verified Commit 766258bb authored by rahix's avatar rahix
Browse files

fix(docs): Fix debugger without privleges note


ReST does not have an `info` directive.  Use note instead.
Additionally, there needs to be a blank line between the directive
header and its contents.

Signed-off-by: default avatarRahix <rahix@rahix.de>
parent 4d7be7df
No related branches found
No related tags found
No related merge requests found
...@@ -34,7 +34,8 @@ Please run ``make install`` after removing any already installed OpenOCD ...@@ -34,7 +34,8 @@ Please run ``make install`` after removing any already installed OpenOCD
version. Otherwise please always specify the full path to OpenOCD (the binary version. Otherwise please always specify the full path to OpenOCD (the binary
is under ``src/openocd``). is under ``src/openocd``).
.. info:: .. note::
If you want to use OpenOCD as normal user, copy ``contrib/60-openocd.rules`` If you want to use OpenOCD as normal user, copy ``contrib/60-openocd.rules``
into the ``/etc/udev/rules.d/`` directory and run ``udevadm control --reload`` into the ``/etc/udev/rules.d/`` directory and run ``udevadm control --reload``
afterwards. afterwards.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment