From d62d2e1f67008fad11b8442d761747d3efcd3083 Mon Sep 17 00:00:00 2001 From: ClovertaTheTrilobita Date: Wed, 14 Jan 2026 02:35:40 +0000 Subject: [PATCH] update installation guide --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 73062a2..5f57773 100644 --- a/README.md +++ b/README.md @@ -24,8 +24,12 @@ Okay so lets talk about how to use. The installation script currently only supports Arch Linux if you are starting from a clean system installation environment. +> [!IMPORTANT] +> +> Please pull the submodule together with the `--recurse-submodules` flag. + ```shell -git clone https://github.com/ClovertaTheTrilobita/niri-dots.git +git clone --recurse-submodules https://github.com/ClovertaTheTrilobita/niri-dots.git chmod +x install.sh ./install.sh ```