Update README.md

This commit is contained in:
2025-02-08 23:38:34 +01:00
committed by GitHub
parent 5eacc99c08
commit 9f17de3891

View File

@@ -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. 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:** 4. **Create `www` directory:**
```bash ```bash