summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>2019-10-24 02:22:06 +0300
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>2019-10-24 02:24:35 +0300
commit9d1c26588b100f2f8adf4408217f4a8143c9091c (patch)
tree854cb284482d02e628516812fca67ef55858bcf8 /README.rst
parentfb93dae7d3d3c7099b46e0a801e6bd1c4dc0366c (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>
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst4
1 files changed, 3 insertions, 1 deletions
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