Merge pull request #1 from Legonzaur/master

Added build instructions in README.md
This commit is contained in:
Arthur Coppey 2021-08-22 12:44:40 +02:00 committed by GitHub
commit 41efad7276
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,3 +14,20 @@ A RFC 865 compliant Quote of the Day ~~daemon~~ program
* logging ? * logging ?
* conf files ? * conf files ?
* switches (-x) and options (--xxxx) ? * 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
```