From f3267908587250035fecdfedfe4eb54873fcb33e Mon Sep 17 00:00:00 2001 From: YashMathpal <72223884+YashMathpal@users.noreply.github.com> Date: Sat, 3 Oct 2020 02:19:20 +0530 Subject: [PATCH] How to use --- How to Use | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 How to Use diff --git a/How to Use b/How to Use new file mode 100644 index 0000000..3538048 --- /dev/null +++ b/How to Use @@ -0,0 +1,6 @@ +To install Java, open Termux and execute the following command: +pkg install wget && wget https://raw.githubusercontent.com/MasterDevX/java/master/installjava && bash installjava + +Eventually, run wget https://raw.githubusercontent.com/MasterDevX/java/master/installjava && bash installjava to install Java if you arleady have wget installed. + +Or just bash installjava if you have the script arleady downloaded for some reason.