diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2019-10-24 02:22:06 +0300 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2019-10-24 02:24:35 +0300 |
commit | 9d1c26588b100f2f8adf4408217f4a8143c9091c (patch) | |
tree | 854cb284482d02e628516812fca67ef55858bcf8 | |
parent | fb93dae7d3d3c7099b46e0a801e6bd1c4dc0366c (diff) |
Documentation: Add git clone information to Getting Started
As the Getting Started section is displayed on the website, it should
contain commands related to cloning the repository.
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
-rw-r--r-- | README.rst | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -26,10 +26,12 @@ systems, including traditional Linux distributions, ChromeOS and Android. Getting Started --------------- -To build and install: +To fetch the sources, build and install: :: + git clone git://linuxtv.org/libcamera.git + cd libcamera meson build cd build ninja |