From 1ba886e9c9ca83c2c29efa75a721052cae1339b2 Mon Sep 17 00:00:00 2001 From: Max Wash Date: Sat, 21 Feb 2026 18:41:58 +0000 Subject: [PATCH] meta: add a helpful reminder --- REMEMBER_TO_GET_SUBMODULES | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 REMEMBER_TO_GET_SUBMODULES diff --git a/REMEMBER_TO_GET_SUBMODULES b/REMEMBER_TO_GET_SUBMODULES new file mode 100644 index 0000000..ecf8cf9 --- /dev/null +++ b/REMEMBER_TO_GET_SUBMODULES @@ -0,0 +1,5 @@ +This repository has sub-modules! Be sure to get them with + + git submodule update --init --recursive + +otherwise things will break!