Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Move the github.json example into the README
  • Loading branch information
julianxhokaxhiu committed Mar 27, 2022
1 parent 3b1cdec commit 5327fde
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,17 @@ The Server is able to serve the ZIP file via the API, also when a `build.prop` f

I am not sure how much this may help anyway, but this must be used as an extreme fallback scenario where you are not able to provide a `build.prop` for any reason. Instead, please always consider to find a way to obtain the prop file, in order to deliver a proper API response.

## Github hosting

If you want to host your roms on Github you can put your repository name inside the [`github.json`](github.json) file, like this example below:
```json
[
{
"name": "ADeadTrousers/android_device_Unihertz_Atom_XL"
}
]
```

## REST Server Unit Testing

Feel free to use this [simple script](https://github.com/julianxhokaxhiu/LineageOTAUnitTest) made with NodeJS. Instructions are included.
Expand Down
6 changes: 1 addition & 5 deletions github.json
Original file line number Diff line number Diff line change
@@ -1,5 +1 @@
[
{
"name": "ADeadTrousers/android_device_Unihertz_Atom_XL"
}
]
[]

0 comments on commit 5327fde

Please sign in to comment.