From ad8b812b003906f04170c1f84f8be3a6743a5164 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=97=E5=8D=9A=E4=BB=81=28Buo-ren=20Lin=29?= Date: Sat, 24 Aug 2024 22:27:11 +0800 Subject: [PATCH] docs: fix: Remove error in line continuation in git submodule add operation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 林博仁(Buo-ren Lin) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 18df3cd..977c5e4 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ ```bash git submodule add \ - --name '_主題中文名稱_ _主題英文名稱_' \' + --name '_主題中文名稱_ _主題英文名稱_' \ https://gitlab.com/libre-knowledge/_主題識別名稱_.git \ '/path/to/自由知識協作平台 Libre Knowledge Collaboration Platform/_親主題路徑(如果有)_/_主題中文名稱_ _主題英文名稱_' ```