Skip to content

Commit fcc2748

Browse files
authored
Add note about using shallow clone to README.md (#229)
1 parent 0a45998 commit fcc2748

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@ conditions.
2121

2222
### Getting Started
2323

24+
Note that the git repo is enormous, due to the regularly published files in the `gh-pages` branch. To avoid downloading tens of gigabytes of data, use a shallow clone:
25+
26+
```bash
27+
git clone --depth 5 https://github.com/bazel-contrib/bcr-ui
28+
```
29+
2430
We use git submodules to include the data from bazelbuild/bazel-central-registry, so after cloning this repo you need to run:
2531

2632
```bash

0 commit comments

Comments
 (0)