Add make instructions

This commit is contained in:
Pierre HUBERT 2020-06-15 18:50:39 +02:00
parent 0c43404b48
commit 06641e726f

9
README.MD Normal file
View File

@ -0,0 +1,9 @@
# ComunicWatcher
This project is a tray application that notifies you of new activity on your Comunic account.
## Building for Linux
```bash
sudo apt install -y qt5-default libqt5websockets5-dev qt5-qmake make g++
qmake
make
```