From e14006f87a7b1a023fca30c50808386da61bd29c Mon Sep 17 00:00:00 2001 From: Stephen Wade Date: Fri, 22 Nov 2024 22:40:42 -0500 Subject: [PATCH] Fix formatting in README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 59f909c1c7..65322fbfba 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ This site is built with [Hugo](https://gohugo.io/) and served via GitHub Pages. $ scalar clone https://github.com/git/git-scm.com $ cd git-scm.com/src $ git sparse-checkout set layouts content static assets hugo.yml data script +``` If your Git installation comes without `scalar`, you can create a sparse, partial clone manually, like this: @@ -24,6 +25,7 @@ $ cd git-scm.com $ git sparse-checkout set layouts content static assets hugo.yml data script $ git reset --hard ``` + > [!NOTE] > If you _already_ have a full clone and wish to accelerate development by focusing only on a small subset of the pages, you may want to run the `git sparse-checkout set [...]` command mentioned above.