From 2bf47dc0c050250f8527add596646e181904ed0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joseph=20Hopfm=C3=BCller?= Date: Fri, 15 Nov 2024 23:54:33 +0100 Subject: [PATCH] more precise clone instructions --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7314731..39fe0ac 100644 --- a/README.md +++ b/README.md @@ -15,11 +15,17 @@ Full license text in LICENSE file ## Notes on cloning: -- This repo has about 7.5GB of datasets in it. The download will take a while. - `pypho` is added as a submodule -> `--recurse-submodules` +- This repo has about 7.5GB of datasets in it. The `git lfs fetch` step will take a while. ```bash -git clone --recurse-submodules https://git.suuppl.dev/seppl/optical-regeneration.git +apt install git-lfs +# only necessary once per user account +git lfs install + +git clone --recurse-submodules https://git.suuppl.dev/seppl/optical-regeneration.git && cd optical-regeneration +git lfs fetch +git lfs checkout ``` ## License