From 394685792a8895270c5edd540f63567a81f09973 Mon Sep 17 00:00:00 2001 From: Karl Mutch Date: Sun, 31 Jul 2022 23:29:37 -0700 Subject: [PATCH] Update the git clone command to a more recent git version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 221f289..6c5c9c6 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Setting up the account --- # dotfiles ``` -git clone https://github.com/karlmutch/dotfiles.git ~/.dotfiles --recursive ; +git clone https://github.com/karlmutch/dotfiles.git ~/.dotfiles --recurse-submodules -j8 cd ~/.dotfiles ;