|
6 | 6 | - `cli.py` is a cli tool
|
7 | 7 |
|
8 | 8 | ## Getting Started
|
9 |
| -### Initialize repository |
10 |
| -You should create a folder, or a git repository and clone it, for example `your-repo`, and clone util |
11 |
| -```shell |
12 |
| -$ git clone -b main https://github.com/ya0211/magisk-modules-repo-util.git util |
13 |
| -``` |
14 |
| -or add it as a submodule of your git repository |
15 |
| -```shell |
16 |
| -$ git submodule add https://github.com/ya0211/magisk-modules-repo-util.git util |
17 |
| -``` |
18 |
| - |
19 | 9 | ### Install dependencies
|
20 | 10 | ```shell
|
21 | 11 | $ python3 -m pip install -r util/requirements.txt
|
@@ -143,7 +133,7 @@ options:
|
143 | 133 | ```
|
144 | 134 |
|
145 | 135 | ### Update from local updateJson
|
146 |
| -> `update_to` requires a relative directory of *local*. |
| 136 | +> *update_to* requires a relative directory of *local*. |
147 | 137 | ```json
|
148 | 138 | {
|
149 | 139 | "id": "zygisk_lsposed",
|
@@ -176,7 +166,7 @@ options:
|
176 | 166 | ```
|
177 | 167 |
|
178 | 168 | ### Update from local zip
|
179 |
| -> `update_to` and `changelog` requires a relative directory of *local*. |
| 169 | +> *update_to* and *changelog* requires a relative directory of *local*. |
180 | 170 |
|
181 | 171 | ```json
|
182 | 172 | {
|
@@ -254,7 +244,7 @@ your-repo
|
254 | 244 |
|
255 | 245 | ## modules.json
|
256 | 246 | ### v1
|
257 |
| -> For MRepo v2.0.0-beta01 and higher |
| 247 | +> For MRepo v2.0.0-beta01 and Higher |
258 | 248 | ```json
|
259 | 249 | {
|
260 | 250 | "name": "{NAME}",
|
@@ -293,15 +283,11 @@ your-repo
|
293 | 283 | }
|
294 | 284 | ```
|
295 | 285 | ### v0
|
296 |
| -> For MRepo v1.5.0-alpha02 and lower |
| 286 | +> For MRepo v1.5.0-alpha02 and Lower |
297 | 287 | ```json
|
298 | 288 | {
|
299 | 289 | "name": "{NAME}",
|
300 | 290 | "timestamp": 1692439602.46997,
|
301 |
| - "metadata": { |
302 |
| - "version": "1.0.0", |
303 |
| - "versionCode": 100 |
304 |
| - }, |
305 | 291 | "modules": [
|
306 | 292 | {
|
307 | 293 | "id": "zygisk_lsposed",
|
|
0 commit comments