From 862c9ba7e2ec205d4bee198b578c786894f776e9 Mon Sep 17 00:00:00 2001 From: Mariotaku Date: Mon, 17 Apr 2023 22:16:42 +0900 Subject: [PATCH] updated readme --- README.md | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 43b15fe..c5d6bc3 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,11 @@ Before submitting your application, please make sure it complies following basic rules: -1. **NO PIRACY**. We refuse to endorse or host any kind of information related to piracy, as well as breaking DRM protected content and applications. For IPTV services **only legal IPTV services are allowed**. +1. **NO PIRACY**. We refuse to endorse or host any kind of information related to piracy, as well as breaking DRM + protected content and applications. For IPTV services **only legal IPTV services are allowed**. 2. Be considerate to users' TV. It's not a cheap toy, so try your best not breaking it. -3. If you are making a port to existing applications, please make sure that you are following the original project's open source license. +3. If you are making a port to existing applications, please make sure that you are following the original project's + open source license. To submit your application to this central repository, refer to following steps: @@ -26,7 +28,7 @@ iconUri: https://raw.githubusercontent.com/webosbrew/webos-homebrew-channel/main # Publicly accessible manifest file of your application manifestUrl: https://github.com/webosbrew/webos-homebrew-channel/releases/latest/download/org.webosbrew.hbchannel.manifest.json # Category for your application -category: tools +category: system # If this is an open source application, use main, otherwise non-free pool: main # Long description for your application, in Markdown format @@ -34,16 +36,18 @@ description: | Description in markdown format, we suggest you to add some screenshots to help users understand # Sponsor information, like .github/FUNDING.yml funding: - github: [your-name] + github: [ your-name ] ``` ### Submit a Pull Request -We'll be reviewing and testing your application, then merge it to our main branch. Then your application will be available to download by other users shortly. +We'll be reviewing and testing your application, then merge it to our main branch. Then your application will be +available to download by other users shortly. ## Report an Inappropriate Application -If you find any application listed is not appropriate according to rule above, please [submit an issue](https://github.com/webosbrew/apps-repo/issues/new). +If you find any application listed is not appropriate according to rule above, +please [submit an issue](https://github.com/webosbrew/apps-repo/issues/new). ## Self-Host a Repository @@ -53,5 +57,6 @@ TODO: Make this repo configurable * [webOS Homebrew Channel](https://github.com/webosbrew/webos-homebrew-channel) * [Documentation](https://github.com/webosbrew/docs) -* [Unofficial webOS NDK](https://github.com/webosbrew/meta-lg-webos-ndk) +* [Unofficial webOS NDK](https://github.com/openlgtv/buildroot-nc4/) +* [Unofficial webOS NDK (Legacy)](https://github.com/webosbrew/meta-lg-webos-ndk) * [openlgtv Project](https://openlgtv.github.io/)