Skip to content

Commit 5fbe40c

Browse files
authored
Merge pull request #93 from roryp/main
sparse git commit details
2 parents 57b0e00 + 37af620 commit 5fbe40c

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,17 @@
1414
5. Wait ~2 minutes for the environment to be ready
1515
6. Jump straight to [The first example](./02-SetupDevEnvironment/README.md#step-2-create-a-github-personal-access-token)
1616

17+
> **Prefer to Clone Locally?**
18+
>
19+
> This repository includes 50+ language translations which significantly increases the download size. To clone without translations, use sparse checkout:
20+
> ```bash
21+
> git clone --filter=blob:none --sparse https://github.com/microsoft/Generative-AI-for-beginners-java.git
22+
> cd Generative-AI-for-beginners-java
23+
> git sparse-checkout set --no-cone '/*' '!translations' '!translated_images'
24+
> ```
25+
> This gives you everything you need to complete the course with a much faster download.
26+
27+
1728
## Multi-Language Support
1829
1930
### Supported via GitHub Action (Automated & Always Up-to-Date)

0 commit comments

Comments
 (0)