Skip to content

Commit

Permalink
Update git clone (#3227)
Browse files Browse the repository at this point in the history
Update open.mdx
  • Loading branch information
aabedraba committed Oct 9, 2023
1 parent ea3719f commit ef9d167
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/getting-started/open.mdx
Expand Up @@ -22,7 +22,7 @@ Once you've installed Tracetest, as explained in the [installation guide](./inst
To create tests quickly, start the official sample called Pokeshop API.

```bash title=Terminal
git clone https://github.com/kubeshop/tracetest.git
git clone --depth 1 https://github.com/kubeshop/tracetest.git
cd tracetest/examples/tracetest-agent/pokeshop/
docker-compose up
```
Expand Down

0 comments on commit ef9d167

Please sign in to comment.