diff --git a/docs/docs/getting-started/open.mdx b/docs/docs/getting-started/open.mdx index bef79599d8..a3fc806619 100644 --- a/docs/docs/getting-started/open.mdx +++ b/docs/docs/getting-started/open.mdx @@ -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 ```