Skip to content

Commit

Permalink
Fix README.MD
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexey Pogasiy committed Dec 17, 2022
1 parent 9db700b commit b055256
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion kits/java/README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,8 @@ mvn clean compile assembly:single
```
## SERVER COMPILE AND RUN
1. Compile with compile.sh
2. Run with main.py
2. Create archive with JavaBot.jar and main.py from root dir
```
tar -cvzf submission.tar.gz *
```
3. Submit server

0 comments on commit b055256

Please sign in to comment.