diff --git a/README.md b/README.md index a7d3f0a71b..62936fdef2 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ This uses `docker-compose` and port `8100`. ```shell git clone git@github.com:k6io/docs.git cd docs +cp .env.example .env.development docker-compose up -d --build ```