From da9205a6caceec844af92f240e0d4961fa1aec52 Mon Sep 17 00:00:00 2001 From: Legonzaur <34353603+Legonzaur@users.noreply.github.com> Date: Sun, 22 Aug 2021 12:25:08 +0200 Subject: [PATCH] Update README.md --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) 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 +```