Skip to content

Commit 6d6c457

Browse files
authored
Update README.md
1 parent 60ecc73 commit 6d6c457

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,18 @@
33
## Overview
44
This Java project provides utility classes for your java project.
55

6+
<details><summary>Compilation and Execution</summary>
67
## Compilation and Execution
78
# MyJavaPy
89

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

1112
I add a video how to use that code `[click here](https://github.com/MrTG-CodeBot/MyJava/tree/main/assets)`.
1213
There are two options:
13-
1, Using command prompt to run the python script. [`video`](https://github.com/MrTG-CodeBot/MyJava/blob/main/assets/using_command_prompt.mp4)
14+
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)
1415
2, Using visual studio code or pycharm to run the python script.[`video`](https://github.com/MrTG-CodeBot/MyJava/raw/refs/heads/main/assets/using_pycharm_or_vs_code.mp4)
1516

16-
##OR
17+
1718

1819
**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.
1920

@@ -23,6 +24,7 @@ There are two options:
2324
```sh
2425
javac io.java
2526
```
27+
</details>
2628
<details><summary>click me for more information</summary>
2729

2830
## Classes and Methods

0 commit comments

Comments
 (0)