From 83fc5f032aafc2bfa77baca607a2182dbbd9a69a Mon Sep 17 00:00:00 2001 From: Pawel Suwala Date: Fri, 19 Feb 2021 14:43:01 +0100 Subject: [PATCH] Add .env copy command to the installation info --- README.md | 1 + 1 file changed, 1 insertion(+) 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 ```