diff --git a/README.MD b/README.MD new file mode 100644 index 0000000..328b5ed --- /dev/null +++ b/README.MD @@ -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 +``` \ No newline at end of file