diff --git a/README.md b/README.md index 841c54cb..f3159a0c 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,12 @@ To configure build dependencies, run the following command: git submodule update --init -- build-logic ``` +To always get the latest version of the build logic during git operations, set the following configuration: + +```shell +git config submodule.recurse true +``` + Additionally, if you are on Windows, read the [sonar-go-to-slang/README.md](sonar-go-to-slang/README.md) instructions.