diff --git a/README.md b/README.md new file mode 100644 index 0000000000000000000000000000000000000000..099cbdb8de5cf46dd37def76521a5e14ad37f6af --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ + +# How to + + +## Run the project + +- `mvn validate` will install `jar` libraries into the local repository +- ask your teacher for a valid ip/port and make sure the server is running + +```sh +mvn validate +mvn package +mvn exec:java -Dexec.args="ip:port" # by example 127.0.0.1:61616 +```