From c91dc24538a4afe0db78405980971e6b2e93d8ec Mon Sep 17 00:00:00 2001 From: Pedro Cunial Date: Thu, 29 Aug 2019 08:32:58 -0300 Subject: [PATCH] Add --depth to git clone command suggestion in README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 4bfd705c5..6fc1efcfc 100644 --- a/README.md +++ b/README.md @@ -273,6 +273,14 @@ be transferred using http, use at your own risk. git clone https://github.com/syl20bnr/spacemacs ~/.emacs.d ``` + Or + + ```sh + git clone --depth 1 https://github.com/syl20bnr/spacemacs ~/.emacs.d + ``` + + In case you have a limited internet connection or speed. + `master` is the stable branch and it is _immutable_, **DO NOT** make any modification to it or you will break the update mechanism. If you want to fork Spacemacs safely, use the `develop` branch where you'll handle updates