From 23b86175d980d119a524d8eb7aa2ee327b18ad35 Mon Sep 17 00:00:00 2001 From: Jianmin Date: Fri, 24 Apr 2020 09:52:36 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=20Readme=20=E4=B8=AD?= =?UTF-8?q?=E7=9A=84=20Git=20=E5=9C=B0=E5=9D=80=E4=B8=BA=20SSH=20=E5=8D=8F?= =?UTF-8?q?=E8=AE=AE=EF=BC=8C=E9=81=BF=E5=85=8D=20HTTPS=20=E4=B8=8B?= =?UTF-8?q?=E8=BD=BD=E4=BB=93=E5=BA=93=E5=A4=B1=E8=B4=A5=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.en.md | 4 ++-- README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.en.md b/README.en.md index 899f9f772a05..39ca58627738 100644 --- a/README.en.md +++ b/README.en.md @@ -26,7 +26,7 @@ You follow the documents of [raspberrypi](https://gitee.com/openeuler/raspberryp 2. Download source -`git clone https://gitee.com/openeuler/raspberrypi-kernel.git` +`git clone git@gitee.com:openeuler/raspberrypi-kernel.git` 3. Load default settings @@ -48,7 +48,7 @@ Now, the kernel compilation is complete. #### Installation -Refer to `https://gitee.com/openeuler/raspberrypi` for details about how to use this compiled kernel to build openEuler image for Rasberry Pi. +Refer to [raspberrypi Repository](https://gitee.com/openeuler/raspberrypi) for details about how to use this compiled kernel to build openEuler image for Rasberry Pi. #### Contributions diff --git a/README.md b/README.md index 516797509369..9812291edc9b 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ 2. 下载源码 -`git clone https://gitee.com/openeuler/raspberrypi-kernel.git` +`git clone git@gitee.com:openeuler/raspberrypi-kernel.git` 3. 载入默认设置 @@ -48,7 +48,7 @@ #### 使用说明 -利用上面编译好的内核来构建镜像,具体文档参见`https://gitee.com/openeuler/raspberrypi`。 +利用上面编译好的内核来构建镜像,具体文档参见 [raspberrypi 仓库](https://gitee.com/openeuler/raspberrypi)。 #### 参与贡献 -- Gitee