diff --git a/doc/Android.mdwn b/doc/Android.mdwn index 1bbe8d68a2..0ac198518e 100644 --- a/doc/Android.mdwn +++ b/doc/Android.mdwn @@ -13,8 +13,8 @@ git-annex is not currently part of the Termux distribution, but it's easy to install it. Paste these commands into Termux: pkg install wget - wget https://git-annex.branchable.com/install/Android/git-annex-install.sh - sh git-annex-install.sh + wget https://git-annex.branchable.com/install/Android/git-annex-install + sh git-annex-install ## Starting git-annex @@ -63,4 +63,4 @@ well in the Termux environment. ## Upgrading -To upgrade to a new git-annex release, just run `git-annex-install.sh` again. +To upgrade to a new git-annex release, just run `git-annex-install` again. diff --git a/doc/Android/comment_3_ff03ae378da71c6637959779139ecb12._comment b/doc/Android/comment_3_ff03ae378da71c6637959779139ecb12._comment new file mode 100644 index 0000000000..cf710c89af --- /dev/null +++ b/doc/Android/comment_3_ff03ae378da71c6637959779139ecb12._comment @@ -0,0 +1,11 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 3""" + date="2018-10-16T15:22:19Z" + content=""" +Thank you for reporting that, I have fixed the url. + +I'd again like to ask that, if you have **any kind of problem or bug** with +this Android build of git-annex, you open a [[bug report|bugs]] rather than +posting a problem here. +"""]] diff --git a/doc/install/Android/git-annex-install.sh b/doc/install/Android/git-annex-install similarity index 100% rename from doc/install/Android/git-annex-install.sh rename to doc/install/Android/git-annex-install