From eb3ce0053f4614e84eb9927f555fe6cdf15785bd Mon Sep 17 00:00:00 2001 From: Jonathan Karlsen Date: Mon, 16 Sep 2024 14:03:12 +0200 Subject: [PATCH] Update README to include `git lfs install` step for testing --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index e1555869113..53c35014cd5 100644 --- a/README.md +++ b/README.md @@ -72,6 +72,12 @@ pytest -n logical tests/unit_tests -m "not integration_tests" ```sh source /opt/rh/rh-git227/enable ``` + +If you have not used git-lfs before, you might have to make changes to your global Git config for git-lfs to work properly. +```sh +git lfs install +``` + test-data/block_storage is a submodule and must be checked out. ```sh git submodule update --init --recursive