Skip to content

Commit 39256b8

Browse files
authored
Add new lines for spaces
1 parent d17982d commit 39256b8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,11 @@
3737
| request_timeout_in_seconds | Maximum waiting time in seconds for response from the target app. | 20 | No |
3838

3939
# How to use it?
40+
4041
You can use local installed venom or venom in a container image.
42+
4143
## Local Venom
44+
4245
💻 Follow the steps below.
4346

4447
1. Get a [release of venom](https://github.com/ovh/venom#installing) for your platform.
@@ -58,6 +61,7 @@ $ venom run --var="target_site=https://mysite.com" --var="logout_url=/logout" te
5861
💡 **Hints:** Venom returns a code different from zero when a test fail or when you try an update and your version is the latest one. Therefore, to prevent your script to fail then add `|| true` at the end of your command.
5962

6063
## Container Image
64+
6165
💻 Follow the steps below.
6266

6367
```bash

0 commit comments

Comments
 (0)