update readme to include downloading submodules

This commit is contained in:
2026-03-05 17:28:54 +00:00
parent a0e93e2e98
commit 177155e270

View File

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