From 800b2dd6716802408af47b9973abf53c05dc52ed Mon Sep 17 00:00:00 2001 From: Sam Degelia Date: Thu, 5 Sep 2024 13:09:05 -0500 Subject: [PATCH] Update readme for need to load git-lfs on Orion before cloning --- docs/build_and_test.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/build_and_test.md b/docs/build_and_test.md index 3642fd2..4ebce0f 100644 --- a/docs/build_and_test.md +++ b/docs/build_and_test.md @@ -2,6 +2,8 @@ ``` git clone --recurse-submodules https://github.com/NOAA-EMC/RDASApp.git ``` +If running on Orion, you will also need to run `module load git-lfs` before cloning. + ## 2.Build RDASApp ``` cd RDASApp