From e158c048726e11abcd150ca243f668c8fb84a49d Mon Sep 17 00:00:00 2001 From: anik-bin Date: Thu, 14 Sep 2023 23:55:11 +0530 Subject: [PATCH] Documentation Update: Added instead of triggerdotdev to avoid confusion while cloning the repository --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3732dd9ad8c..b0cd4a35599 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -23,11 +23,11 @@ branch are tagged into a release monthly. 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). ``` - git clone https://github.com/triggerdotdev/trigger.dev.git + git clone https://github.com//trigger.dev.git ``` > If you are on windows, run the following command on gitbash with admin privileges: - > `git clone -c core.symlinks=true https://github.com/triggerdotdev/trigger.dev.git` + > `git clone -c core.symlinks=true https://github.com//trigger.dev.git` 2. Navigate to the project folder ```