From 9f17de38919687f3b505b95be82ce615cf109636 Mon Sep 17 00:00:00 2001 From: Azreyo <58790873+Azreyo@users.noreply.github.com> Date: Sat, 8 Feb 2025 23:38:34 +0100 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 3458b8d..49a9b28 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,12 @@ This is a simple HTTP server for linux operating system written in C. It support This command will use the provided `Makefile` to compile the source files, link the necessary libraries, and create the executable in the `bin` directory. + ```bash + make clean + ``` + + Cleanup of the unnecessary files after compiling + 4. **Create `www` directory:** ```bash