rename to avoid render as html
This commit is contained in:
parent
11369257de
commit
3cc273990c
3 changed files with 14 additions and 3 deletions
|
@ -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:
|
to install it. Paste these commands into Termux:
|
||||||
|
|
||||||
pkg install wget
|
pkg install wget
|
||||||
wget https://git-annex.branchable.com/install/Android/git-annex-install.sh
|
wget https://git-annex.branchable.com/install/Android/git-annex-install
|
||||||
sh git-annex-install.sh
|
sh git-annex-install
|
||||||
|
|
||||||
## Starting git-annex
|
## Starting git-annex
|
||||||
|
|
||||||
|
@ -63,4 +63,4 @@ well in the Termux environment.
|
||||||
|
|
||||||
## Upgrading
|
## 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.
|
||||||
|
|
|
@ -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.
|
||||||
|
"""]]
|
Loading…
Reference in a new issue