From 1f96b2438227de9b7d5a9aaf4623309bd06cb879 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 26 Oct 2018 13:57:17 -0400 Subject: [PATCH] remove section on direct mode git-annex init on the sdcard will now create a v7 adjusted unlocked repo. While the assistant does still set up direct mode, that's not because of /sdcard being a crippled filesystem. --- doc/Android.mdwn | 9 --------- 1 file changed, 9 deletions(-) diff --git a/doc/Android.mdwn b/doc/Android.mdwn index 1828db4edd..028f2c21ce 100644 --- a/doc/Android.mdwn +++ b/doc/Android.mdwn @@ -51,15 +51,6 @@ your files to and from it. And so on. Most ways you would use git-annex on a Linux system work fairly well in the Termux environment. -## Known limitations - -* Direct mode - - git-annex will probably default to direct mode due to the - limitations of Android's /sdcard. You can get around this using v6 - unlocked repositories, or by putting the git-annex repository on a better - filesystem on the Android device, such as your termux home directory. - ## Upgrading To upgrade to a new git-annex release, just run `git-annex-install` again.