From 55196a589c0c6e5e63c6d12f347cbd7e29dcfe1b Mon Sep 17 00:00:00 2001 From: Nan Date: Sat, 12 Jul 2025 16:39:51 +0800 Subject: [PATCH] update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 40e8f4d..3feb81a 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ To set up the environment for running the SpaTrack model, follow these steps: # optionally download the example data to run the examples # Note: This will slowdown the clonining process, as it includes large files. - git submodule examples update --init --recursive + git submodule update --init --recursive ```