diff --git a/README.md b/README.md new file mode 100644 index 0000000..5aa47ca --- /dev/null +++ b/README.md @@ -0,0 +1,21 @@ +# Webserver + +A simple https webserver written in C. + +## Build + +```bash +mkdir build +cmake .. +make +``` + +## Usage + +```bash +./Webserver +``` + +## License + +[MIT](LICENSE)