update how-to-contribute.md.

Signed-off-by: Kevin Zhang <zhangjinnan@hotmail.com>
This commit is contained in:
Kevin Zhang 2025-09-05 01:17:09 +00:00 committed by Gitee
parent 745f9138f4
commit 48417a3c86
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 0 additions and 1 deletions

View File

@ -18,7 +18,6 @@
- **目的**将您Fork的项目仓库克隆到本地以便在本地进行修改。
- **步骤**
- 在您的本地机器上,使用`git clone`命令将项目仓库Fork的仓库克隆到本地。
<img src="./images/readme_project_clone.png">
```sh
git clone https://gitee.com/giteeuseid/GPUCodeForces.git
```