From 1cbafbaf9058cc1f93696251c2b77eeb1ceb0e06 Mon Sep 17 00:00:00 2001 From: Gabriele Civitarese Date: Wed, 28 Mar 2018 18:15:02 +0200 Subject: [PATCH] Update README.MD --- README.MD | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.MD b/README.MD index 8409620..dd83cf3 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 -- 2.18.1