Skip to content

Commit 40af60d

Browse files
committed
Update docs
1 parent abc7dd6 commit 40af60d

File tree

1 file changed

+9
-26
lines changed

1 file changed

+9
-26
lines changed

README.md

Lines changed: 9 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -6,28 +6,20 @@ MMRL comes now as command line interface, with multi module install support!
66

77
You can use any repo you want, the only requirement it that the repo supports the [MRepo-Format](https://github.com/ya0211/magisk-modules-repo-util)
88

9-
You can load another repo with
10-
```shell
11-
mmrl --repo "https://apt.izzysoft.de/magisk/json/modules.json" <OPT> <COMMAND>
9+
Edit `/data/adb/mmrl/repos.json`
10+
11+
```json
12+
[
13+
"https://raw.githubusercontent.com/ya0211/magisk-modules-alt-repo/main/json/modules.json",
14+
"https://apt.izzysoft.de/magisk/json/modules.json"
15+
]
1216
```
1317

1418
Install a module with it
1519

1620
```shell
1721
# Install aliases are "add" and "get"
18-
mmrl --repo "https://apt.izzysoft.de/magisk/json/modules.json" install app-data-file-exec
19-
```
20-
21-
Or just create a binary, `/system/bin/mmrl-izzy`
22-
23-
```shell
24-
#!/system/bin/sh
25-
mmrl --repo "https://apt.izzysoft.de/magisk/json/modules.json" @$
26-
```
27-
28-
then
29-
```shell
30-
mmrl-izzy install app-data-file-exec data_isolation_support # supports multi module install
22+
mmrl install app-data-file-exec data_isolation_support
3123
```
3224

3325
## Get informations
@@ -36,10 +28,7 @@ The MMRL CLI also supports getting infos of the module
3628

3729
just run
3830
```shell
39-
mmrl info mkshrc
40-
41-
# or
42-
mmrl-izzy info app-data-file-exec
31+
mmrl info mkshrc node_on_android
4332
```
4433

4534

@@ -49,18 +38,12 @@ Wanna search some module? You can do it.
4938

5039
```shell
5140
mmrl search id node # mmrl lookup all "hide user"
52-
53-
# or
54-
mmrl-izzy search all aosp
5541
```
5642

5743
Get all filter
5844

5945
```shell
6046
mmrl search
61-
62-
# or
63-
mmrl-izzy search
6447
```
6548

6649
## Downloading

0 commit comments

Comments
 (0)