Skip to content

Commit ae052ac

Browse files
authored
Update README.md
1 parent 6697b2e commit ae052ac

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
This Java project provides utility classes for your java project.
55

66
<details><summary>Click here to how to compile and execution by using python</summary>
7-
7+
<br>
88
Compilation and Execution
9-
9+
<br>
1010
You can compile by using two methods:
11-
11+
<br>
1212
METHOD 1: USING PYTHON(Simple method and easy to use)
13-
13+
<br>
1414
MyJavaPy is a Python script that clones a specific GitHub repository, retrieves specified `.java` files, and compiles them to the specific folder.
15-
15+
<br>
1616
I add a video how to use that code.<br>
1717
There are two options:<br>
1818
1, Using command prompt to run the python script. [`video`](https://github.com/MrTG-CodeBot/MyJava/raw/refs/heads/main/assets/using_command_prompt.mp4)<br>
@@ -21,9 +21,9 @@ There are two options:<br>
2121
OR
2222

2323
METHOD 2: NORMAL METHOD(But you may follow the instructions given below)
24-
24+
<br>
2525
**Note**: First, compile the [`io.java`](https://github.com/MrTG-CodeBot/MyJava/blob/main/myJava/Base/io.java) file, before compiling the other files to avoid any errors.
26-
26+
<br>
2727
### Compilation Instructions
2828
1. Navigate to the directory containing your java program files.
2929
2. Compile the [`io.java`](https://github.com/MrTG-CodeBot/MyJava/blob/main/myJava/Base/io.java) file:

0 commit comments

Comments
 (0)