From 0c6fc7326098b63d938661a726dca890ce1f8c6e Mon Sep 17 00:00:00 2001 From: Seaswimmer Date: Wed, 10 Jul 2024 12:00:00 -0400 Subject: [PATCH] fixed README formatting and added another command Signed-off-by: Seaswimmer --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9f5d7fd..4d4beb9 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,14 @@ # home Hi there! This repository contains all of my (publically available) `$HOME` files. This is mainly meant as a utility for my own use, but if you'd like to base your configs on mine for some reason, feel free! -This repository contains submodules, make sure to clone those as well with `git clone --recursive-submodules https://www.coastalcommits.com/Seaswimmer/home.git`! +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 +``` + +Or, if you've already cloned the repository, initialize the submodules with the following command: + +```sh +git submodules update --recursive +```