fixed a mistake in the README, --recursive-submodules
-->
`recurse-submodules` Signed-off-by: Seaswimmer <seaswimmerthefsh@gmail.com>
This commit is contained in:
parent
73dd1d1eb2
commit
80f6e0e728
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue