From 177155e2704436bcec1f8c000e0cf5aba03d8cb4 Mon Sep 17 00:00:00 2001 From: Adam French Date: Thu, 5 Mar 2026 17:28:54 +0000 Subject: [PATCH] update readme to include downloading submodules --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 45b8325..4a3bbc5 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,14 @@ A collection of Linux scripts and configs for use across multiple machines. ## Installation +### Submodules + +After cloning, pull submodules with: + +```bash +git submodule update --init --recursive +``` + ### Packages Install all packages using `yay`: