From 08ec67e790a38b3bad12122f2a512850cfa915ed Mon Sep 17 00:00:00 2001 From: Altynbek Orumbayev Date: Fri, 19 Apr 2024 18:03:30 +0200 Subject: [PATCH] docs: patching contributing guide --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 08890d8..f5a4169 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -22,7 +22,7 @@ This will regenerate the tests for default `starter` and `production` presets as ### Manual ```bash -poetry run copier copy . playground --vcs-ref=HEAD --trust +algokit -v init --name playground --no-git --UNSAFE-SECURITY-accept-template-url --template-url . --template-url-ref HEAD --no-bootstrap ``` To generate a dummy project into the `playground` folder. This is useful for testing the template to quickly preview the output of the template before testing via `pytest`.