From 13d7fabb34499cea0361862f0c674fd429fe449b Mon Sep 17 00:00:00 2001 From: Jonathan Klee Date: Mon, 17 Jun 2024 08:16:33 +0200 Subject: [PATCH] chore: remove useless persistent install instructions --- README.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/README.md b/README.md index 2ac3a5d0..c6b86e8d 100644 --- a/README.md +++ b/README.md @@ -3,14 +3,6 @@ eDrive is an application provided by default with /e/OS. It synchronizes user's data files to /e/Cloud or a self-hosted cloud. -## Install - -Since the application is persistent, you won't be able to reinstall -the app with a regular `adb install -r` command. You will have to -allow root debugging in the Developer Options, then -`adb root && adb remount`, then `adb push eDrive.apk /system/app/eDrive/eDrive.apk` -and finally `adb reboot`. - ## Map of synced directories | device | cloud | category | -- GitLab