Clarify Magisk Module Repo situation.

pull/7/head
Fox2Code 3 years ago
parent 1fe3037175
commit 488400c1b0

@ -3,6 +3,9 @@
Note: This doc assume you already read the
[official Magisk module developer guide](https://topjohnwu.github.io/Magisk/guides.html)
Note: official repo do not accept new modules anymore, submit
[here](https://github.com/Magisk-Modules-Alt-Repo/submission) instead.
Index:
- [Properties](DEVELOPERS.md#properties)
- [Installer commands](DEVELOPERS.md#installer-commands)

@ -23,14 +23,23 @@ Related commits:
Note: These changes didn't hit beta, or release yet, but are already live on canary builds.
The app currently use these two repo as it's module sources:
The app currently use these two repo as it's module sources, with it's benefits and drawback:
[https://github.com/Magisk-Modules-Alt-Repo](https://github.com/Magisk-Modules-Alt-Repo)
[https://github.com/Magisk-Modules-Repo](https://github.com/Magisk-Modules-Repo)
As the main repo may shutting down due to the main app no longer supporting it.
I recommend submitting your modules [here](https://github.com/Magisk-Modules-Alt-Repo/submission) instead
If a module is in both repo, the manager will just pick the most up to date version of the module
- Accepting new modules [here](https://github.com/Magisk-Modules-Alt-Repo/submission)
- Less restrictive than the original repo
- Officially supported by Fox's mmm
[https://github.com/Magisk-Modules-Repo](https://github.com/Magisk-Modules-Repo)
- No longer accept new modules
- May be shut down at any moment
- Official app dropped support for it
- Officially supported by Fox's mmm
As the main repo may shutting down due to the main app no longer supporting it,
and also stopped accepting new modules, it is recommended to submit your modules
[here](https://github.com/Magisk-Modules-Alt-Repo/submission)
If a module is in both repo, the manager will just pick the most up to date version of the module,
allowing developers to switch repo at their own pace if they want to.
## For developers

Loading…
Cancel
Save