Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 619 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 619 Bytes

httpnotify

httpnotify is a client-server background service written in C#. It supports any system that can run notify-send and .NET (Core). However, it is not ready for production yet. Contributions are welcome! Make an issue or pull request to help the project succeed.

Compilation

To compile, or build httpnotify, enter the directory in which the .sln file is located (src). After this, run the following command:

dotnet build

The output will be located at src/HttpNotify.Client/bin/netX.Y/Debug/HttpNotify.Client and src/HttpNotify.Server/bin/netX.Y/Debug/HttpNotify.Server respectively.