From 8dece81cd4a8e3eb63f786cdaaeba2b863bf9f09 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org>
Date: Fri, 20 May 2022 12:43:04 +0200
Subject: [PATCH] README: mention the requirement for Git LFS

(cherry picked from commit 20f8dd780ff3916abec5167ddf79c42c1f5bf4ec)
---
 README.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 098fa89953..207de5e6e7 100644
--- a/README.md
+++ b/README.md
@@ -95,7 +95,8 @@ A number of tools and libraries are needed in order to recompile everything. You
 
 If you have downloaded the sources from an official source archive or the source snapshot, just unpack it.
 
-If you want to use Git, do the following from a terminal:
+If you want to use Git, do the following from a terminal (note that you must
+have the [Git LFS](https://git-lfs.github.com/) extension installed):
 ```sh
 git clone --recurse-submodules https://git.dynare.org/Dynare/dynare.git
 cd dynare
-- 
GitLab