Skip to content

Commit 7de47dc

Browse files
committed
Update instructions
1 parent d0f00ba commit 7de47dc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,15 +50,15 @@ Expected Command-Line Arguments:
5050

5151
Example Usage Your Program Should Support:
5252
```shell
53-
java Main --zone SE3 --date 2025-09-04
54-
java Main --zone SE1 --charging 4h
55-
java Main --zone SE2 --date 2025-09-04 --sorted
56-
java Main --help
53+
java -cp target/classes com.example.Main --zone SE3 --date 2025-09-04
54+
java -cp target/classes com.example.Main --zone SE1 --charging 4h
55+
java -cp target/classes com.example.Main --zone SE2 --date 2025-09-04 --sorted
56+
java -cp target/classes com.example.Main --help
5757
```
5858

5959
## 3. Run
6060
```shell
61-
java --source 24 --enable-preview .\src\main\java\com\example\Main.java
61+
java -cp target/classes com.example.Main
6262
```
6363
Maven Goals
6464
=========

0 commit comments

Comments
 (0)