diff --git a/README.MD b/README.MD index 8409620697713c832cedcacacde3843a9f711e50..dd83cf3ed2af705fe77a74ede6c7613dc339521c 100644 --- a/README.MD +++ b/README.MD @@ -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