Update README.md

Co-authored-by: Thilo Fromm <thilofromm@microsoft.com>
This commit is contained in:
Jan Bronicki 2025-06-06 16:36:55 +02:00 committed by GitHub
parent 3ca61e9cfc
commit 0c1df62020
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -107,7 +107,7 @@ To clone the scripts repo and pick a version:
When using GitHub's "fork" feature, please **make sure to fork all branches**, not just `main`. Forking only `main` is the default on GitHub,
The SDK container wrapper script `run_sdk_container` requires release tags in our release branches and fails to start if no release branch is present (see e.g. https://github.com/flatcar/Flatcar/issues/1705).
If you're working with a fork of the scripts repository, you'll need to fetch the upstream tags to avoid version detection issues:
If you have forked manually, please make sure to include all tags. You can retrofit upstream tags to a fork by using e.g.:
```bash
git remote add upstream https://github.com/flatcar/scripts.git