Commit 1cbafbaf authored by Gabriele Civitarese's avatar Gabriele Civitarese

Update README.MD

parent cdc3bc19
......@@ -7,4 +7,10 @@ To compile the proto files, you can do it both within IntelliJ as well as with t
The command you need to launch is:
mvn package
\ No newline at end of file
mvn package
To launch a "main" from the command line:
mvn package exec:java -Dexec.mainClass=chat.ChatServer
(replace "chat.ChatServer" with the class containing a main method that you need to launch)
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment