Skip to content

Commit 06c10ac

Browse files
authored
misc: update CONTRIBUTE.md (#306)
* misc: fix typo * Update CONTRIBUTE.md
1 parent 20034ae commit 06c10ac

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CONTRIBUTE.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ Any kernel implementation is welcome. This repository is primarily for learning/
88
Before submitting code, configure pre-commit, for example:
99

1010
```bash
11-
[email protected]:your-github-page/your-fork-LeetCUDA.git
11+
# fork xlite-dev/LeetCUDA to your own github page, then:
12+
git clone [email protected]:your-github-page/your-fork-LeetCUDA.git
1213
cd your-fork-LeetCUDA && git checkout -b test
1314
# install pre-commit
1415
pip3 install pre-commit

0 commit comments

Comments
 (0)