fix(CONTRIBUTING): clone repo instruction's variable expansion
This commit is contained in:
parent
ed88689790
commit
cd03fc6d56
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ To set up a development environment, please follow these steps:
|
||||||
1. Clone the repo
|
1. Clone the repo
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
git clone https://github.com/{{cookiecutter.github_username}}/{{cookiecutter.repo_slug}}
|
git clone https://github.com/${REPO_OWNER}/${REPO_NAME}
|
||||||
```
|
```
|
||||||
|
|
||||||
2. TODO
|
2. TODO
|
||||||
|
|
Loading…
Reference in a new issue