From ff7676272ef33e51de17ba370c966e3d7a0b40bf Mon Sep 17 00:00:00 2001 From: lindwurm Date: Tue, 27 Apr 2021 12:48:20 +0900 Subject: [PATCH] Update README * How to use Signed-off-by: lindwurm --- README.md | 21 +++++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b9a308a..8efd60f 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,23 @@ ![](https://www.bromite.org/android-icon-192x192.png) -> Bromite is a [Chromium](https://www.chromium.org/Home) fork with support for ad blocking and enhanced privacy. - -> Bromite is only available for Android Lollipop (v5.0, API level 21) and above. - +> Bromite is a [Chromium](https://www.chromium.org/Home) fork with support for ad blocking and enhanced privacy. +> Bromite is only available for Android Lollipop (v5.0, API level 21) and above. +> > For documentation see the [wiki](https://github.com/bromite/bromite/wiki). This repository provides prebuilt apk (from latest release) for custom ROMs. + +## How to use + +add this to manifest or local_manifests + +```xml + +``` + +add this to vendor/lineage or vendor/extra +```makefile +PRODUCT_PACKAGES += \ + Bromite +``` \ No newline at end of file