fixed a mistake in the README, --recursive-submodules -->

`recurse-submodules`

Signed-off-by: Seaswimmer <seaswimmerthefsh@gmail.com>
This commit is contained in:
Seaswimmer 2024-07-11 13:46:11 -04:00
parent 73dd1d1eb2
commit 80f6e0e728
Signed by: cswimr
GPG key ID: 3813315477F26F82

View file

@ -5,7 +5,7 @@ Hi there! This repository contains all of my (publically available) `$HOME` file
This repository contains submodules, make sure to clone those as well with the following command:
```sh
git clone --recursive-submodules https://www.coastalcommits.com/Seaswimmer/home.git
git clone --recurse-submodules https://www.coastalcommits.com/Seaswimmer/home.git
```
Or, if you've already cloned the repository, initialize the submodules with the following command: