diff options
| author | QMK Bot | 2025-03-29 03:48:02 +0100 |
|---|---|---|
| committer | QMK Bot | 2025-03-29 03:48:02 +0100 |
| commit | a8fb9e1462284eb2b9d5da11c08f0288422019b1 (patch) | |
| tree | 074a360a65848683da5fef4858c0df46162d7460 /docs | |
| parent | 0682cf924202ee22118ee4dd571b6174f447dfbb (diff) | |
| parent | d0cfb938ef58d6b8d2089f00f6160d2105791a13 (diff) | |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/features/community_modules.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/features/community_modules.md b/docs/features/community_modules.md index 3a1a82e7bc..a28c5afaeb 100644 --- a/docs/features/community_modules.md +++ b/docs/features/community_modules.md @@ -40,7 +40,7 @@ cd /path/to/your/external/userspace mkdir -p modules # Replace the following {user} and {repo} with the author's community module repository git submodule add https://github.com/{user}/{repo}.git modules/{user} -git submdule update --init --recursive +git submodule update --init --recursive ``` This will ensure the copy of the module is made in your userspace. |