Merge remote-tracking branch 'origin/master' into develop
This commit is contained in:
commit
a8fb9e1462
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ cd /path/to/your/external/userspace
|
||||||
mkdir -p modules
|
mkdir -p modules
|
||||||
# Replace the following {user} and {repo} with the author's community module repository
|
# 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 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.
|
This will ensure the copy of the module is made in your userspace.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue