Remove reference to explicit repo size
Currently, the fresh checkout following the instructions
is 20.3GB. As this will likely to fluctuate in the future,
replace with the more generic wording.
Also add flag for limiting large blobs
BYPASS_INCLUSIVE_LANGUAGE_REASON=This is the name of the branch
Bug: none
Test: none
Change-Id: Ia334fc03e6431a4753cf213654b1d36c2a731ccf
diff --git a/README.md b/README.md
index 6dedcfd..1cc495d 100644
--- a/README.md
+++ b/README.md
@@ -56,10 +56,10 @@
4. Use `repo` command to initialize the repository.
```bash
-repo init -u https://android.googlesource.com/platform/manifest -b androidx-master-dev --partial-clone
+repo init -u https://android.googlesource.com/platform/manifest -b androidx-master-dev --partial-clone --clone-filter=blob:limit=10M
```
-5. Now your repository is set to pull only what you need for building and running AndroidX libraries. Download the code (and grab a coffee while we pull down 6GB):
+5. Now your repository is set to pull only what you need for building and running AndroidX libraries. Download the code (and grab a coffee while we pull down the files):
```bash
repo sync -j8 -c