diff --git a/Android.md b/Android.md index c6d57ff..f5ab20f 100644 --- a/Android.md +++ b/Android.md @@ -13,4 +13,12 @@ At AnLinux choose: ## 2) At Termux -... \ No newline at end of file +When you get from Termux to Ubuntu bash, you can install Wekan similarly like Raspberry Pi arm64: +https://github.com/wekan/wekan/wiki/Raspberry-Pi + +And edit start-wekan.sh so you can start Wekan for example: +``` +ROOT_URL=http://localhost:2000 +PORT=2000 +``` +And at Android webbrowser like Chrome and Firefox browse to http://localhost:2000 \ No newline at end of file