fix(CONTRIBUTING): clone repo instruction's variable expansion

This commit is contained in:
cvoges12 2022-03-01 22:03:49 +00:00
parent ed88689790
commit cd03fc6d56
1 changed files with 1 additions and 1 deletions

View File

@ -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