From 2e2f5ff22f4ecee0fd20511425d3b250a9575601 Mon Sep 17 00:00:00 2001 From: Matt McHenry Date: Mon, 8 Jan 2024 19:57:50 -0500 Subject: [PATCH] README: add --recurse-submodules to clone instruction thanks to @bburdette for reporting this fixes #97 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7f6c809..c1e7379 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Create a symlink named `thumbnail` in each directory, pointing to the thumbnail ### Build the Code -Clone this repository and run [`nix-build`](https://nixos.org/download.html). +Clone this repository with `--recurse-submodules` and run [`nix-build`](https://nixos.org/download.html). ### Run the Generator