Skip to content

Commit

Permalink
Mention git submodules in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
petertrr authored Jan 7, 2025
1 parent c57d862 commit 87cdcba
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.


Expand Down

0 comments on commit 87cdcba

Please sign in to comment.