[libcamera-devel] [PATCH 2/2] Documentation: contributing: Mark command line as shell code-block

Laurent Pinchart laurent.pinchart at ideasonboard.com
Thu Dec 13 15:53:13 CET 2018


The git clone command line is a (single line) block of shell code, mark
it appropriately.

Signed-off-by: Laurent Pinchart <laurent.pinchart at ideasonboard.com>
---
 Documentation/contributing.rst | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Documentation/contributing.rst b/Documentation/contributing.rst
index 0eedadc94906..8f6f40b0795d 100644
--- a/Documentation/contributing.rst
+++ b/Documentation/contributing.rst
@@ -29,6 +29,8 @@ Source Code
 libcamera is in early stages of development, and no releases are available yet.
 The source code is available from the project's `git tree`_, hosted by `LinuxTV`_.
 
+.. code-block:: shell
+
   $ git clone git://linuxtv.org/libcamera.git
 
 .. _git tree: https://git.linuxtv.org/libcamera.git/
-- 
Regards,

Laurent Pinchart



More information about the libcamera-devel mailing list