Skip to content

Commit a0119db

Browse files
committed
Add first step in the docs to clone the repository
1 parent b1bd8bd commit a0119db

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,13 @@ We are going to launch a simple smoke test with 2 participants in a single sessi
1010

1111
To start, you will need an OpenVidu deployment. You can use your own deployment, [or quickly start a local development installation](https://openvidu.io/latest/docs/self-hosting/local/).
1212

13+
First, clone this repository and navigate to the project directory:
14+
15+
```bash
16+
git clone https://github.com/openvidu/openvidu-loadtest
17+
cd openvidu-loadtest
18+
```
19+
1320
Here's the configuration we will be using for this test. You can find it in `config/config.yaml`. Next, we will walk through the configuration file to understand each option.
1421

1522
```yaml

0 commit comments

Comments
 (0)