diff --git a/doc/Android.mdwn b/doc/Android.mdwn index 22b03a08fd..1828db4edd 100644 --- a/doc/Android.mdwn +++ b/doc/Android.mdwn @@ -32,10 +32,9 @@ remain running and sync your files. ## Starting at power on If you install the [Termux:Boot app](https://wiki.termux.com/wiki/Termux:Boot), -git-annex will automatically be automatically started when your Android device +git-annex will be automatically started when your Android device powers on. It will run in the background in whatever repositories you have set up in the webapp. -(Or have listed in (or listed in ~/.config/git-annex/autostart) ## Using the command line diff --git a/doc/bugs/Termux__58__Boot_instructions_need_a_bit_of_clarity.mdwn b/doc/bugs/Termux__58__Boot_instructions_need_a_bit_of_clarity.mdwn index 7727fe167d..e7db9503e7 100644 --- a/doc/bugs/Termux__58__Boot_instructions_need_a_bit_of_clarity.mdwn +++ b/doc/bugs/Termux__58__Boot_instructions_need_a_bit_of_clarity.mdwn @@ -14,3 +14,5 @@ Or if manual configuration of `~/.termux/boot` *is* required, what exactly shoul What's the format of the contents of `~/.config/git-annex/autostart`? Finally, the last sentence has unbalanced parentheses, and doesn't parse correctly. + +> [[done]] --[[Joey]] diff --git a/doc/bugs/Termux__58__Boot_instructions_need_a_bit_of_clarity/comment_2_a928028697a46c8dda04c91b85eb8733._comment b/doc/bugs/Termux__58__Boot_instructions_need_a_bit_of_clarity/comment_2_a928028697a46c8dda04c91b85eb8733._comment new file mode 100644 index 0000000000..940a96c405 --- /dev/null +++ b/doc/bugs/Termux__58__Boot_instructions_need_a_bit_of_clarity/comment_2_a928028697a46c8dda04c91b85eb8733._comment @@ -0,0 +1,11 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 2""" + date="2018-10-26T17:47:12Z" + content=""" +Yes, it's really set up automatically. The first time the git-annex webapp +is run, it sets up the necessary Termux:Boot configuration to run the +assistant on boot. + +Fixed the paste errors. +"""]]