Browse Source

update how-to-contribute.md.

Signed-off-by: Kevin Zhang <zhangjinnan@hotmail.com>
main
Kevin Zhang Gitee 3 months ago
parent
commit
75303fa624
No known key found for this signature in database GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      how-to-contribute.md

+ 2
- 2
how-to-contribute.md View File

@@ -5,7 +5,7 @@
## 1. Fork项目仓库
- **目的**:将原始仓库复制到您的Gitee(或github)账户下,以便您可以进行修改。
- **步骤**:
- 在Gitee(或github)上找到[GPUKernelContest](https://gitee.com/giteeuseid/GPUKernelContest)。
- 在Gitee(或github)上找到[GPUKernelContest](https://gitee.com/ccf-ai-infra/GPUKernelContest)。
- 点击页面右上角的“Fork”按钮,将该仓库复制到您的Gitee账户下。

## 2. Clone项目仓库
@@ -13,7 +13,7 @@
- **步骤**:
- 在您的本地机器上,使用`git clone`命令将项目仓库Fork的仓库克隆到本地。
```sh
git clone https://gitee.com/ccf-ai-infra/GPUKernelContest.git
git clone https://gitee.com/giteeuseid/GPUKernelContest.git
```
备注:`giteeuseid替换您的url`。



Loading…
Cancel
Save