Skip to content
This repository was archived by the owner on Jun 23, 2024. It is now read-only.

Commit 9d31441

Browse files
committed
Update README.md
1 parent 1ce3654 commit 9d31441

File tree

1 file changed

+4
-18
lines changed

1 file changed

+4
-18
lines changed

README.md

+4-18
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,6 @@
66
- `cli.py` is a cli tool
77

88
## 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-
199
### Install dependencies
2010
```shell
2111
$ python3 -m pip install -r util/requirements.txt
@@ -143,7 +133,7 @@ options:
143133
```
144134

145135
### Update from local updateJson
146-
> `update_to` requires a relative directory of *local*.
136+
> *update_to* requires a relative directory of *local*.
147137
```json
148138
{
149139
"id": "zygisk_lsposed",
@@ -176,7 +166,7 @@ options:
176166
```
177167

178168
### 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*.
180170
181171
```json
182172
{
@@ -254,7 +244,7 @@ your-repo
254244

255245
## modules.json
256246
### v1
257-
> For MRepo v2.0.0-beta01 and higher
247+
> For MRepo v2.0.0-beta01 and Higher
258248
```json
259249
{
260250
"name": "{NAME}",
@@ -293,15 +283,11 @@ your-repo
293283
}
294284
```
295285
### v0
296-
> For MRepo v1.5.0-alpha02 and lower
286+
> For MRepo v1.5.0-alpha02 and Lower
297287
```json
298288
{
299289
"name": "{NAME}",
300290
"timestamp": 1692439602.46997,
301-
"metadata": {
302-
"version": "1.0.0",
303-
"versionCode": 100
304-
},
305291
"modules": [
306292
{
307293
"id": "zygisk_lsposed",

0 commit comments

Comments
 (0)