Add info how to run the application to README.md

This commit is contained in:
Florian Schmaus 2018-11-08 09:18:48 +01:00
parent c777ab80cf
commit e96cb64406
1 changed files with 6 additions and 0 deletions

View File

@ -3,3 +3,9 @@ of authenticity.
![Login Screen](assets/qr_omemo_login.png)
![Main Screen](assets/qr_omemo_main.png)
# Executing the application
```bash
gradle jfxRun
```