added submodules
This commit is contained in:
parent
271036887b
commit
d010e9d609
4 changed files with 11 additions and 0 deletions
6
.gitmodules
vendored
Normal file
6
.gitmodules
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
[submodule "src/userplugins/ToastNotificationsMerge"]
|
||||
path = src/userplugins/ToastNotificationsMerge
|
||||
url = https://github.com/ethan-davies/ToastNotificationsMerge.git
|
||||
[submodule "src/userplugins/vc-message-logger-enhanced"]
|
||||
path = src/userplugins/vc-message-logger-enhanced
|
||||
url = https://github.com/Syncxv/vc-message-logger-enhanced.git
|
3
src/userplugins/README.md
Normal file
3
src/userplugins/README.md
Normal file
|
@ -0,0 +1,3 @@
|
|||
# Installing the submodules
|
||||
|
||||
After cloning the repository, run `git submodule init` to clone the userplugins.
|
1
src/userplugins/ToastNotificationsMerge
Submodule
1
src/userplugins/ToastNotificationsMerge
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 017a506201bfc8bd950e9a3f458c374f4803a0ba
|
1
src/userplugins/vc-message-logger-enhanced
Submodule
1
src/userplugins/vc-message-logger-enhanced
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 816962802941970a190a85dd44bdb5d3613c7124
|
Loading…
Reference in a new issue