Skip to content

Commit ffab365

Browse files
authored
docs: patching contributing guide (#16)
1 parent 4c7ba53 commit ffab365

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ This will regenerate the tests for default `starter` and `production` presets as
2222
### Manual
2323

2424
```bash
25-
poetry run copier copy . playground --vcs-ref=HEAD --trust
25+
algokit -v init --name playground --no-git --UNSAFE-SECURITY-accept-template-url --template-url . --template-url-ref HEAD --no-bootstrap
2626
```
2727

2828
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`.

0 commit comments

Comments
 (0)