Skip to content

Commit 34b4e64

Browse files
committed
Added more instructions to README.MD and credited all contributors.
Now it also covers uninstallation and installation with wget. It's easy to keep track of them while there are only 4. Signed-off-by: Guzio <[email protected]>
1 parent 383f2b3 commit 34b4e64

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,20 @@
66

77
This script will install Java in Termux.
88

9-
Libraries compiled by [Hax4us](https://github.com/Hax4us "Hax4us's GitPod profile"), script written by [Hax4us](https://github.com/Hax4us "Hax4us's GitPod profile") and [MasterDevX](https://github.com/MasterDevX "MasterDevX's GitPod profile").
9+
Libraries compiled by [Hax4us](https://github.com/Hax4us "Hax4us's GitHub profile"), scripts written by [Hax4us](https://github.com/Hax4us "Hax4us's GitHub profile"), [MasterDevX](https://github.com/MasterDevX "MasterDevX's GitHub profile") and [Guzio](https://github.com/GuzioMG "Guzio's GitHub profile"), with some *very, very tiny* help from [Harshiv-Patel](https://Harshiv-Patel "he changed like... one thing").
1010

1111
### How to use
1212

1313
To install Java, open Termux and execute the following command:
1414

1515
```pkg install wget && wget https://raw.githubusercontent.com/MasterDevX/java/master/installjava && bash installjava```
1616

17+
> Eventually, run ```wget https://raw.githubusercontent.com/MasterDevX/java/master/installjava && bash installjava``` to install Java if you arleady have ```wget``` installed.
18+
19+
> Or just ```bash installjava``` if you have the script arleady downloaded for some reason.
20+
21+
When installed, run ```java -version``` to check, if it's correcty installed (i.e. if it throws command not found error, it's clearly not.)
22+
1723
After that you can run Java using ```java``` command.
24+
25+
We also provide an uninstaller, but since I'm writing this while making that script, there's no way I can attach a command here, as I need a link for that. Anyway, look for ```uninstall_java.sh``` in repo's home.

0 commit comments

Comments
 (0)