Fix rendering of RST codeblock in documentation

This fixes the rendering of a codeblock in reStructuredText. I think the parser couldn't render a codeblock containing a URL using the shorthand `::` so an explicit `.. codeblock::` directive is used instead.
This commit is contained in:
Daniel Schetritt 2021-03-07 10:37:21 -08:00 committed by GitHub
parent 8ebaee998a
commit 9660448e5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -60,7 +60,8 @@ Add the following to the /etc/apt/sources.list.d/zoneminder.list file
You can do this using:
::
.. code-block::
echo "deb https://zmrepo.zoneminder.com/debian/release-1.34 buster/" | sudo tee /etc/apt/sources.list.d/zoneminder.list
Because ZoneMinder's package repository provides a secure connection through HTTPS, apt must be enabled for HTTPS.