Skip to content

Latest commit

 

History

History
28 lines (25 loc) · 916 Bytes

README.md

File metadata and controls

28 lines (25 loc) · 916 Bytes

Project Name

Put here a short paragraph describing your project. Adding an screenshot or a mockup of your application in action would be nice.

This is a screenshot.

How to run

Provide here instructions on how to use your application.

  • Download the latest binary from the Release section on the right on GitHub.
  • On the command line uncompress using
tar -xzf  
  • On the command line run with
./hello
  • You will see Hello World! on your terminal.

How to contribute

Follow this project board to know the latest status of the project: http://...

How to build

  • Use this github repository: ...
  • Specify what branch to use for a more stable release or for cutting edge development.
  • Use InteliJ 11
  • Specify additional library to download if needed
  • What file and target to compile and run.
  • What is expected to happen when the app start.