From b5f9c3e6a9d5f88c67d88cbec9f5e23c90034b54 Mon Sep 17 00:00:00 2001 From: tete-github <43927738+tete-github@users.noreply.github.com> Date: Wed, 27 Oct 2021 13:50:44 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a9e5d7a..fb089e3 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ In order to build these apps, the following programs need to be used. After fini If you want to install `aapt`, you will use `packages install aapt`. Before installing any packages, you should use `apt update && apt upgrade`. You can install all of them at once by executing: ``` -packages install aapt apksigner dx ecj +pkg install aapt apksigner dx ecj ``` Fortunately, these commands work in Termux. The popular compilers `jack` and `java` do not work at present. They are stuck in [disabled packages](https://github.com/termux/termux-packages/tree/master/disabled-packages), not in [packages](https://github.com/termux/termux-packages/tree/master/packages) that you can install on the fly. There is active discussion regarding why `jack` is stuck [here](https://github.com/termux/termux-packages/issues?utf8=✓&q=is%3Aissue%20%20jack), and why `java` is stranded [there.](https://github.com/termux/termux-packages/issues?utf8=✓&q=is%3Aissue%20%20java)