From 7e6efb27b05254783d40ab3aa821b56d02cb69a7 Mon Sep 17 00:00:00 2001 From: Al Date: Fri, 19 Apr 2024 18:13:10 +0200 Subject: [PATCH] docs: patching contributing guide (#67) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a906daa..deab34c 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`.