Skip to content

Commit e67353e

Browse files
dschottaylorr
andauthored
Update README.md
Co-authored-by: Taylor Blau <[email protected]>
1 parent e98a823 commit e67353e

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,10 @@ This site is built with [Hugo](https://gohugo.io/) and served via GitHub Pages.
1010

1111
It is highly recommended to clone this repository using [`scalar`](https://git-scm.com/docs/scalar); This allows to work only on the parts of the repository relevant to your interests. You can select which directories are checked out using the [`git sparse-checkout add <directory>...`](https://git-scm.com/docs/git-sparse-checkout) command. Typically, you will want to start like this:
1212

13-
```
14-
scalar clone http://github.com/git/git-scm.com
15-
cd git-scm.com/src
16-
git sparse-checkout set layouts content static assets hugo.yml data script
17-
```
13+
```ShellSession
14+
$ scalar clone http://github.com/git/git-scm.com
15+
$ cd git-scm.com/src
16+
$ git sparse-checkout set layouts content static assets hugo.yml data script
1817

1918
Here is a detailed list of the relevant directories:
2019

0 commit comments

Comments
 (0)