Skip to content

Commit 3290f15

Browse files
authored
Update README.md
1 parent 4564431 commit 3290f15

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ A lightweight, non-blocking HTTP server written in C++98, compliant with HTTP 1.
1414
- [Testing](#testing)
1515
- [Bonus Features](#bonus-features)
1616
- [Limitations](#limitations)
17-
- [Contributing](#contributing)
1817
- [License](#license)
1918
- [Acknowledgments](#acknowledgments)
2019
- [Resources](#resources)
@@ -61,6 +60,12 @@ Run the server with an optional configuration file:
6160
```
6261
If no file is provided, the server uses a default configuration (see [`configurations/default.conf`](configurations/default.conf)).
6362

63+
---
64+
You can run it with docker too:
65+
```bash
66+
# ensure that you have docker or docker desktop installed and running in your machine!
67+
make up # run program in a docker container with a hand made hot reload.
68+
```
6469
---
6570

6671
## Configuration

0 commit comments

Comments
 (0)