Skip to content
Snippets Groups Projects
Unverified Commit acb74152 authored by Andrei Gherzan's avatar Andrei Gherzan :penguin:
Browse files

docs: Add info on git LFS dependency


Signed-off-by: Andrei Gherzan's avatarAndrei Gherzan <andrei.gherzan@huawei.com>
parent a59c8e15
No related branches found
No related tags found
No related merge requests found
...@@ -45,7 +45,7 @@ by: ...@@ -45,7 +45,7 @@ by:
$ sudo add-apt-repository ppa:ostc/ppa $ sudo add-apt-repository ppa:ostc/ppa
$ sudo apt-get update $ 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: Initialize a repo workspace and clone all required repositories:
......
...@@ -89,6 +89,16 @@ On OpenMandriva: ...@@ -89,6 +89,16 @@ On OpenMandriva:
OpenMandriva has already added |main_project_name| version of ``repo`` to its official OpenMandriva has already added |main_project_name| version of ``repo`` to its official
repositories. If you're on OpenMandriva, simply ``dnf install repo``. 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 The Manifests
************* *************
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment