From 025e4201d0d68a3542a84fec0025e46bd9a5c9c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fernando=20M=C3=A9ndez?= <45081533+FerMdez@users.noreply.github.com> Date: Wed, 27 Jan 2021 16:57:48 +0100 Subject: [PATCH] Update README.md --- TrafficSimulator/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/TrafficSimulator/README.md b/TrafficSimulator/README.md index a9a19cd..cdfc1f0 100644 --- a/TrafficSimulator/README.md +++ b/TrafficSimulator/README.md @@ -1,3 +1,9 @@ +# Java 💻 +Java projets. + +Para uso exclusivo con fines de estudio. Se prohíbe su uso para entregas calificables y/o uso comercial. +*** +# Ejecución To run, you must compile the "src/simulator/launcher/Main.java" file as java aplication, with one of the example arguments: Example command lines: @@ -9,3 +15,7 @@ Example command lines: -i resources/examples/ex1.json -m gui -i resources/examples/ex1.json -t 100 -m console --help +*** +## Licencia 📄 +Educational Community License v2.0 (ECL-2.0). +To run, you must compile the "src/.../Main.java" file as java aplication.