Skip to content

Commit 363c74c

Browse files
authored
Documentation Update: Added <github_username> instead of triggerdotdev to avoid confusion while cloning the repository (#477)
1 parent f98c425 commit 363c74c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ branch are tagged into a release monthly.
2323
1. Clone the repo into a public GitHub repository or [fork the repo](https://github.com/triggerdotdev/trigger.dev/fork). If you plan to distribute the code, keep the source code public to comply with the [Apache Licence 2.0](https://github.com/triggerdotdev/trigger.dev/blob/main/LICENSE).
2424

2525
```
26-
git clone https://github.com/triggerdotdev/trigger.dev.git
26+
git clone https://github.com/<github_username>/trigger.dev.git
2727
```
2828

2929
> If you are on windows, run the following command on gitbash with admin privileges:
30-
> `git clone -c core.symlinks=true https://github.com/triggerdotdev/trigger.dev.git`
30+
> `git clone -c core.symlinks=true https://github.com/<github_username>/trigger.dev.git`
3131
3232
2. Navigate to the project folder
3333
```

0 commit comments

Comments
 (0)