Update README.md

This commit is contained in:
Legonzaur
2021-08-22 12:25:08 +02:00
committed by GitHub
parent c05da03de4
commit da9205a6ca

View File

@@ -14,3 +14,20 @@ A RFC 865 compliant Quote of the Day ~~daemon~~ program
* logging ?
* conf files ?
* switches (-x) and options (--xxxx) ?
## Installation
```sh
git clone https://github.com/Arthur-Coppey/qotd
cd qotd
cmake -B build
cd build
make
```
## Use
```sh
./server
./client
```