comunicwatcher/README.MD

9 lines
229 B
Markdown

# 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
```