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>
This commit is contained in:
Laurent Pinchart 2019-10-24 02:22:06 +03:00
parent fb93dae7d3
commit 9d1c26588b

View file

@ -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