mirror of
https://github.com/ClovertaTheTrilobita/niri-dots.git
synced 2026-04-01 22:04:53 +00:00
update installation guide
This commit is contained in:
parent
fd98a9347d
commit
d62d2e1f67
1 changed files with 5 additions and 1 deletions
|
|
@ -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.
|
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
|
```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
|
chmod +x install.sh
|
||||||
./install.sh
|
./install.sh
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue