From c2c52af625eba597fdab1a17634ddbcd450abc3c Mon Sep 17 00:00:00 2001 From: Alan Wu Date: Tue, 28 Jul 2026 11:49:41 +1200 Subject: [PATCH] Revise installation steps in README Updated installation instructions to include submodule initialization. --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b39a7b02..23d5cb35 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,11 @@ A web-browser viewer for anatomical flatmaps generated by [flatmap-maker](https: ### Installation 1. Clone this repository. -2. Run `bun install` in the checked out working directory. +2. Clone submodules in this repository with the following command: + ``` + git submodule update --init --recursive + ``` +3. Run `bun install` in the checked out working directory. ### Configuration