Author: Pedro Lucas Porcellis <porcellis@eletrotupi.com>
all: add simple instructions
README.md | 12 ++++++++++++
diff --git a/README.md b/README.md index ad147b3e48c2a21f34bc19899a7feb09bb1ed8a1..cdd7c605d1d68a42e29028534ae592192d3edb07 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,15 @@ # Reaproveitamento POO (Java) +Para executar, basta usar o `Makefile`: +```bash +make +``` + +Que vai compilar e criar o .jar, e depois executar o programa, usando o comando: + +```bash +make run +``` + +Rodar numa IDE: ¯ \_(ツ)_/¯, fica a encargo do leitor.