diff --git a/README.md b/README.md index 25e1cd5..61bd523 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,23 @@ # Pixelfy Launcher -Android 11 only! Magisk Module to get the Android 11 Launcher on unnsupported devices/roms. * This is a beta. Most things work, but if you find any issues, please report them under the "issues" tab + +## Requirements: + +* Magisk 18 or higher +* Android 11 only + +## Installation: + + 1. Flash the module in Magisk or TWRP + 2. Reboot + 3. Set defualt launcher a Pixel Launcher + 4. Reboot again + +## Sources: + + * [Magisk](https://github.com/topjohnwu/Magisk) by [topjohnwu](https://github.com/topjohnwu) + * [Module Template](https://github.com/gedoor/magisk-module-template) by [gedoor](https://github.com/gedoor)