Merge pull request #1 from Legonzaur/master
Added build instructions in README.md
This commit is contained in:
commit
41efad7276
17
README.md
17
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
|
||||
```
|
||||
|
||||
Loading…
Reference in New Issue
Block a user