diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2018-12-13 16:46:59 +0200 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2018-12-14 10:43:01 +0200 |
commit | 8274fed13d0acecfb8253eea0ee80fc0da2856dd (patch) | |
tree | 1ed7610795ee91414e4c758fb72e50a0169e4905 /Documentation/contributing.rst | |
parent | 6f739290ec3bc08317345300c5023692f65e1309 (diff) |
Documentation: contributing: Mark command line as shell code-block
The git clone command line is a (single line) block of shell code, mark
it appropriately.
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Acked-by: Jacopo Mondi <jacopo@jmondi.org>
Acked-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Diffstat (limited to 'Documentation/contributing.rst')
-rw-r--r-- | Documentation/contributing.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/contributing.rst b/Documentation/contributing.rst index 0eedadc9..8f6f40b0 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/ |