Commit 48f6ddd
authored
Change command to install Git in Termux
Termux recommends using "pkg install" instead of "apt install", pkg is a wrapper that performs useful tasks:
- Provides command shortcuts.
- Automatically runs "apt update" before installing a package.
- Performs some client side repository load-balancing by automatically switching mirrors.1 parent d74f422 commit 48f6ddd
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
0 commit comments