Skip to content

Commit d79b53f

Browse files
authored
Merge pull request #1924 from stephenwade/patch-1
Fix formatting in README.md
2 parents f2fc8c8 + e14006f commit d79b53f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ This site is built with [Hugo](https://gohugo.io/) and served via GitHub Pages.
1515
$ scalar clone https://github.com/git/git-scm.com
1616
$ cd git-scm.com/src
1717
$ git sparse-checkout set layouts content static assets hugo.yml data script
18+
```
1819

1920
If your Git installation comes without `scalar`, you can create a sparse, partial clone manually, like this:
2021

@@ -24,6 +25,7 @@ $ cd git-scm.com
2425
$ git sparse-checkout set layouts content static assets hugo.yml data script
2526
$ git reset --hard
2627
```
28+
2729
> [!NOTE]
2830
> 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.
2931

0 commit comments

Comments
 (0)