diff --git a/README.md b/README.md index f50cc4d..acaaf93 100644 --- a/README.md +++ b/README.md @@ -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 +```