From 80f6e0e728cef2724768a93aaa1e12200047541c Mon Sep 17 00:00:00 2001 From: Seaswimmer Date: Thu, 11 Jul 2024 13:46:11 -0400 Subject: [PATCH] fixed a mistake in the README, `--recursive-submodules` --> `recurse-submodules` Signed-off-by: Seaswimmer --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index da8b790..09b55af 100644 --- a/README.md +++ b/README.md @@ -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: