diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md index 142ef37..e1473e8 100644 --- a/docs/CONTRIBUTING.md +++ b/docs/CONTRIBUTING.md @@ -52,7 +52,7 @@ To set up a development environment, please follow these steps: 1. Clone the repo ```sh -git clone https://github.com/{{cookiecutter.github_username}}/{{cookiecutter.repo_slug}} +git clone https://github.com/${REPO_OWNER}/${REPO_NAME} ``` 2. TODO