diff options
author | Dominic Matarese <dominicmatarese@gmail.com> | 2023-01-30 18:12:32 -0500 |
---|---|---|
committer | Dominic Matarese <dominicmatarese@gmail.com> | 2023-01-30 18:12:32 -0500 |
commit | 41d5caa6731ff6dfce580857c20bc0aaa3d60a8a (patch) | |
tree | 697ebcc9435386c9d0280d0ede1c60b17a7a83ac | |
parent | de48f59e54ebffc25d0a57fa351e9c536cead437 (diff) |
-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. |