An open API service indexing awesome lists of open source software.

https://github.com/pixelcmtd/cqotdd


https://github.com/pixelcmtd/cqotdd

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# cqotdd

The C QOTD Deamon is an implementation of the QOTD protocol.

## Building

```sh
make -j2
```

## Installing on systemd Linux

```sh
sudo make install
```

## Installing without cloning

```sh
netsh -c -C 'sudo make install' pixelcmtd/cqotdd
```