update installation guide

This commit is contained in:
ClovertaTheTrilobita 2026-01-14 02:35:40 +00:00
parent fd98a9347d
commit d62d2e1f67

View file

@ -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
```