From f0c9c354c189f79f00fd2cf360b72764b05eaded Mon Sep 17 00:00:00 2001 From: Lee Cattarin Date: Wed, 13 May 2026 17:00:18 -0700 Subject: [PATCH] submodules notes --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 00e4a55..57ad1a8 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,12 @@ drone exec --secret-file=secrets.txt ## submodule bullshit +to add the submodule: + +```sh +git submodule add +``` + to pull in remote updates: ```sh