|
| 1 | +# Installation Guide for MinUI |
| 2 | + |
| 3 | +This guide will help you install Grout on devices running [MinUI][minui]. |
| 4 | + |
| 5 | +## Tested Devices |
| 6 | + |
| 7 | +Grout has been tested on the following devices running MinUI: |
| 8 | + |
| 9 | +| Manufacturer | Device | |
| 10 | +|--------------|---------------| |
| 11 | +| Miyoo | A30 | |
| 12 | +| Miyoo | Mini Plus | |
| 13 | + |
| 14 | +_Please help verify compatibility on other devices by reporting your results!_ |
| 15 | + |
| 16 | +## Prerequisites |
| 17 | + |
| 18 | +- Device with MinUI installed on an SD card |
| 19 | +- Device connected to a Wi-Fi network |
| 20 | + |
| 21 | +## Installation Steps |
| 22 | + |
| 23 | +1. Download the latest Grout release for MinUI from the [releases page](https://github.com/rommapp/grout/releases/latest). |
| 24 | +2. Unzip the downloaded archive. |
| 25 | +3. Place the `Grout` directory into `SD_ROOT/Tools/` on your SD card. |
| 26 | +4. Launch Grout from the Tools menu and enjoy! |
| 27 | + |
| 28 | +!!! note |
| 29 | + The MinUI distribution includes both ARM32 and ARM64 binaries. The correct one is selected automatically based on your device. |
| 30 | + |
| 31 | +## Update |
| 32 | + |
| 33 | +### In-App update (Recommended) |
| 34 | + |
| 35 | +Grout has a built-in update mechanism. To update Grout, launch the application and navigate to the `Settings` menu. From there, |
| 36 | +select `Check for Updates`. If a new version is available, follow the on-screen prompts to download and install the update. |
| 37 | + |
| 38 | +### Manual update |
| 39 | + |
| 40 | +To update Grout, simply download the latest release and replace the existing `Grout` folder in `SD_ROOT/Tools/`. If you |
| 41 | +have made any custom configurations, ensure to back them up before replacing the folder. Be sure to keep the `config.json` |
| 42 | +file if you do not want to authenticate again, and configure platforms folder mappings again. |
| 43 | + |
| 44 | +## Next Steps |
| 45 | + |
| 46 | +After installation is complete, check out the [User Guide](../usage/guide.md) to learn how to use Grout. |
| 47 | + |
| 48 | +--8<-- "docs/_includes/cfw-links.md" |
0 commit comments