From 9d1c26588b100f2f8adf4408217f4a8143c9091c Mon Sep 17 00:00:00 2001 From: Laurent Pinchart Date: Thu, 24 Oct 2019 02:22:06 +0300 Subject: 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 --- README.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'README.rst') diff --git a/README.rst b/README.rst index 220ebdb1..48fdda95 100644 --- a/README.rst +++ b/README.rst @@ -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 -- cgit v1.2.1