Skip to content

Commit 2783757

Browse files
Update README.md
1 parent ca3e50c commit 2783757

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,15 @@ This project is a basic HTTP server written in C++98. The standards listed below
2727

2828
## Requirements
2929

30-
| Requirement | Installation |
31-
| --- | --- |
32-
| C++98 | apt install clang |
33-
| Make | apt install make |
30+
[Docker](https://docs.docker.com/engine/install/) or
31+
32+
```
33+
apt install make
34+
```
35+
36+
```
37+
apt install clang
38+
```
3439

3540
## Compilation
3641

0 commit comments

Comments
 (0)