/telegram

A peer to peer chat client

Primary LanguageJava

telegram

A peer to peer chat client

Build Status Join the chat at https://gitter.im/telegramers/Lobby


Requires Maven

To package into a .jar

$ mvn package

To run the .jar through the command line

$ java -jar target/telegram-1.0-SNAPSHOT.jar

Instead of using the command line, you can now just double-click on the target/telegram-1.0-SNAPSHOT.jar file.


To test

$ mvn test
$ mvn checkstyle:check