We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 978e063 commit 1402a24Copy full SHA for 1402a24
1 file changed
README.md
@@ -12,8 +12,12 @@ It should work with any USB-C male-to-male cable or the corresponding OTG adapte
12
- install Termux from F-Droid
13
- install Termux:API from F-Droid
14
- in Termux:
15
+## using setup
16
```
-$ curl -s https://raw.githubusercontent.com/Gtajisan/termux-adb/master/install.sh | bash
17
+pkg update
18
+```
19
20
+curl -s https://raw.githubusercontent.com/Gtajisan/termux-adb/master/install.sh | bash
21
22
23
- this will add `termux-adb` apt repository and install the corresponding public gpg key
0 commit comments