You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/en/guide/index.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ Magisk Module Repo Loader (MMRL) is an advanced, open-source Android application
8
8
9
9
-**User-Friendly Interface**: The application boasts a user-centric design, featuring edge-to-edge support and dynamic app themes, ensuring a seamless and intuitive user experience.
10
10
11
-
-**Bulk Module Installation**: Users can install multiple modules simultaneously, whether sourced from [online repositories](../repository) or from local storage, enhancing efficiency in module management.
11
+
-**Bulk Module Installation**: Users can install multiple modules simultaneously, whether sourced from [online repositories](../repository/) or from local storage, enhancing efficiency in module management.
12
12
13
13
-**Module Dependency Management**: MMRL simplifies the installation process by automatically handling module dependencies, ensuring that all necessary components are in place for optimal functionality.
14
14
@@ -20,20 +20,20 @@ Magisk Module Repo Loader (MMRL) is an advanced, open-source Android application
20
20
21
21
-**Command-Line Interface (MMRL-CLI)**: For users who prefer terminal-based interactions, MMRL offers a Command-Line Interface, MMRL-CLI, which facilitates seamless module installation and management directly from the terminal.
22
22
23
-
-**Powerful WebUI X**: MMRL features [WebUI X](webuix), one of the most advanced module configuration interfaces, providing developers with powerful tools to create native-feeling experiences.
23
+
-**Powerful WebUI X**: MMRL features [WebUI X](webuix/), one of the most advanced module configuration interfaces, providing developers with powerful tools to create native-feeling experiences.
24
24
25
25
## How to Use MMRL
26
26
27
27
To get started with MMRL, follow these steps:
28
28
29
29
1.**Installation**:
30
-
- Download the latest version of MMRL from the [downloads page](../downloads) or [Google Play Store](https://play.google.com/store/apps/details?id=com.dergoogler.mmrl).
30
+
- Download the latest version of MMRL from the [downloads page](../downloads/) or [Google Play Store](https://play.google.com/store/apps/details?id=com.dergoogler.mmrl).
31
31
- Install the application on your rooted Android device.
32
32
33
33
2.**Adding Repositories**:
34
34
- Open MMRL and navigate to the repository management section.
35
35
- Add your desired module repositories by entering their URLs.
36
-
- Browse our [curated repositories](../repository) to discover popular modules.
36
+
- Browse our [curated repositories](../repository/) to discover popular modules.
37
37
38
38
3.**Managing Modules**:
39
39
- Browse through the available modules in your added repositories.
@@ -64,8 +64,8 @@ For detailed instructions and troubleshooting, please refer to the [MMRL GitHub
64
64
65
65
If you're a module developer, check out these resources:
66
66
67
-
- [MMRL-Util Guide](mmrl-util) - Tools for creating and managing module repositories
68
-
- [WebUI X Documentation](webuix) - Build advanced module configuration interfaces
67
+
- [MMRL-Util Guide](mmrl-util/) - Tools for creating and managing module repositories
68
+
- [WebUI X Documentation](webuix/) - Build advanced module configuration interfaces
69
69
- [Legacy Installer API](installer) - Traditional module installation methods
0 commit comments