aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorQMK Bot2025-03-29 03:48:02 +0100
committerQMK Bot2025-03-29 03:48:02 +0100
commita8fb9e1462284eb2b9d5da11c08f0288422019b1 (patch)
tree074a360a65848683da5fef4858c0df46162d7460 /docs
parent0682cf924202ee22118ee4dd571b6174f447dfbb (diff)
parentd0cfb938ef58d6b8d2089f00f6160d2105791a13 (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'docs')
-rw-r--r--docs/features/community_modules.md2
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.