From acb74152591b7d83ac3e3e4d6a0b4817df59cf2d Mon Sep 17 00:00:00 2001
From: Andrei Gherzan <andrei.gherzan@huawei.com>
Date: Wed, 17 Nov 2021 14:21:52 +0000
Subject: [PATCH] docs: Add info on git LFS dependency

Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com>
---
 docs/oniro-quick-build.rst |  2 +-
 docs/repo-workspace.rst    | 10 ++++++++++
 2 files changed, 11 insertions(+), 1 deletion(-)

diff --git a/docs/oniro-quick-build.rst b/docs/oniro-quick-build.rst
index 21f346f4..9fda583b 100644
--- a/docs/oniro-quick-build.rst
+++ b/docs/oniro-quick-build.rst
@@ -45,7 +45,7 @@ by:
 
     $ sudo add-apt-repository ppa:ostc/ppa
     $ sudo apt-get update
-    $ sudo apt-get install git-repo
+    $ sudo apt-get install git-repo git-lfs
 
 Initialize a repo workspace and clone all required repositories:
 
diff --git a/docs/repo-workspace.rst b/docs/repo-workspace.rst
index d090bb25..42519d42 100644
--- a/docs/repo-workspace.rst
+++ b/docs/repo-workspace.rst
@@ -89,6 +89,16 @@ On OpenMandriva:
 OpenMandriva has already added |main_project_name| version of ``repo`` to its official
 repositories. If you're on OpenMandriva, simply ``dnf install repo``.
 
+Git LFS
+*******
+
+Some projects included in the repo configuration (manifests) use git LFS which
+means the associated package needs to be installed. Here is an example for
+**Ubuntu**:
+
+.. code-block:: console
+
+    $ sudo apt-get install git-lfs
 
 The Manifests
 *************
-- 
GitLab