diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -20,10 +20,8 @@ This is a simple and minimal media player, written in Java, with additional basi 1. Compile and run the program using your IDE or the command line -``` -javac src/Main.java -java Main -``` +`javac src/Main.java` +`java Main` 2. The program will open up a GUI for the media player, where you can open a video file and play it. 3. You can also use the additional features by clicking on the corresponding buttons on the GUI. |