Skip to content

Commit

Permalink
docs: Explain mounting
Browse files Browse the repository at this point in the history
  • Loading branch information
oSumAtrIX committed Dec 17, 2024
1 parent 772c20b commit 931d84f
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions docs/2_1_patching.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,18 @@ Learn how to use ReVanced Manager to patch apps.
5. Tap on the **Done** then **Patch** button

> ⚠️ Warning
> The patching process may take ~5 minutes. Exiting the app may cancel patching or increase the time it takes to patch significantly.
> The patching process may take ~5 minutes. Exiting the app may cancel patching or significantly increase the time it takes to patch.
6. Tap on the **Install** button

> ℹ️ Note
> If you are rooted, you can mount the patched app on top of the original app.[^3]
> If you are rooted, you can mount[^3] the patched app on top of the original app.[^4]
> Optionally, you may export the patched app to storage using the option in the bottom left corner.
[^1]: You can select installed apps or select APK files from storage. ReVanced does not provide any APK files, which is why you have to source them yourself.
[^1]: You can select installed apps from the list of installed apps or APK files from device storage. ReVanced does not provide any APK files, so you must source them yourself.
[^2]: It is suggested to use the default set of patches by tapping on the **Default** button above the list of patches.
[^3]: Mounting the patched app on top of the original app will only work if the installed app version matches the version of the app selected in step 3. above.
[^3]: Mounting refers to using Linux's mounting mechanism to layer the patched app on top of the existing installed app.
[^4]: Mounting the patched app on top of the original app may only work if the installed app version matches the version of the app selected in step 3. above.

## ⏭️ What's next

Expand Down

0 comments on commit 931d84f

Please sign in to comment.