From 4f83557444a88eb1d097f10c01a6c203a923706b Mon Sep 17 00:00:00 2001 From: Shuduo Sang Date: Wed, 15 Sep 2021 12:49:05 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 586f71a3b0..ab9e0348c8 100644 --- a/README.md +++ b/README.md @@ -101,7 +101,7 @@ so you should run this command in the TDengine directory to install them: git submodule update --init --recursive ``` -You can modify the file ~/.gitconfig to use ssh protocol instead of https for better download speed. You need to upload ssh public key to GitHub first. Please refer to GitHub official documentation. +You can modify the file ~/.gitconfig to use ssh protocol instead of https for better download speed. You need to upload ssh public key to GitHub first. Please refer to GitHub official documentation for detail. ``` [url "git@github.com:"] insteadOf = https://github.com/ -- GitLab