pushed basic android docs

This commit is contained in:
2025-05-02 22:47:15 +01:00
parent b88370cdb7
commit ece1e63fda

14
Docs/android-setup.txt Normal file
View File

@@ -0,0 +1,14 @@
This is a temporary android setup instruction:
1. Instruction to run from ADB with termux
'''
run-as com.termux files/usr/bin/bash -lic 'export PATH=/data/data/com.termux/files/usr/bin:$PATH; export LD_PRELOAD=/data/data/com.termux/files/usr/lib/libtermux-exec.so; bash -i'
'''
2. Install golang
'''
pkg install golang
'''