Skip to content

Commit 6697b2e

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

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ This Java project provides utility classes for your java project.
77

88
Compilation and Execution
99

10-
MyJavaPy
10+
You can compile by using two methods:
11+
12+
METHOD 1: USING PYTHON(Simple method and easy to use)
1113

1214
MyJavaPy is a Python script that clones a specific GitHub repository, retrieves specified `.java` files, and compiles them to the specific folder.
1315

@@ -18,6 +20,8 @@ There are two options:<br>
1820

1921
OR
2022

23+
METHOD 2: NORMAL METHOD(But you may follow the instructions given below)
24+
2125
**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.
2226

2327
### Compilation Instructions

0 commit comments

Comments
 (0)