Skip to content

Commit 3d77188

Browse files
Update README.md
1 parent 9b22243 commit 3d77188

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@ Pull the [docker image](https://hub.docker.com/repository/docker/pythongermany/w
3939
make docker.build
4040
make docker.run
4141
```
42-
This will build and run the standalone webserver image
42+
Build and run the standalone webserver image
4343

4444
```
4545
make -C docker up
4646
```
47-
This will create a mariadb docker container for the database another container which will setup wordpress, compile webserv execute it. To populate the container env credentials you can make a copy of the [.env-example](docker/.env-example) file and rename it to `.env`, make sure to change the default values according to your needs.
47+
Create a mariadb docker container for the database another container which will setup wordpress, compile webserv execute it. To populate the container env credentials you can make a copy of the [.env-example](docker/.env-example) file and rename it to `.env`, make sure to change the default values according to your needs.
4848

4949
## Compile with make and clang
5050

@@ -64,11 +64,11 @@ A flag overwrites the default setting as well as the ones that are configured in
6464

6565
| Flag | Description | Allowed values
6666
| --- | --- | --- |
67-
| i | Show info block when starting the server | NONE |
68-
| h | Show help message and exit | NONE |
69-
| v | Show version of webserv and exit | NONE
70-
| c | Show parsed config file structure and exit | NONE |
71-
| t | Check if the config file syntax is valid and exit | NONE |
67+
| i | Show info block when starting the server | - |
68+
| h | Show help message and exit | - |
69+
| v | Show version of webserv and exit | -
70+
| c | Show parsed config file structure and exit | - |
71+
| t | Check if the config file syntax is valid and exit | - |
7272
| o | Controls [log_to_terminal](#log_to_terminal) | on/off |
7373
| l | Controls [log_level](#log_level) | 0 / 1 / 2 / 3 / 4 for `error` / `warning` / `info` / `debug` / `verbose`
7474
| a | Controls [access_log](#access_log) | PATH

0 commit comments

Comments
 (0)