Update README.md
This commit is contained in:
parent
c05da03de4
commit
da9205a6ca
17
README.md
17
README.md
@ -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
|
||||||
|
```
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user