Add --depth to git clone command suggestion in README.md

This commit is contained in:
Pedro Cunial 2019-08-29 08:32:58 -03:00 committed by smile13241324
parent ce176008f3
commit c91dc24538
1 changed files with 8 additions and 0 deletions

View File

@ -273,6 +273,14 @@ be transferred using http, use at your own risk.
git clone https://github.com/syl20bnr/spacemacs ~/.emacs.d 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 `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 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 fork Spacemacs safely, use the `develop` branch where you'll handle updates