From 0add15bd190a5e178306058870198c8169bbdc42 Mon Sep 17 00:00:00 2001 From: cyhhao Date: Fri, 3 Mar 2023 00:11:36 +0800 Subject: [PATCH] update install.sh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index f1e9935..e1efd31 100755 --- a/install.sh +++ b/install.sh @@ -43,7 +43,7 @@ main() { echo "" echo "Run 'git3 --help' to get started." - echo "Run 'git remote add origin git3://' to add a git3 remote." + echo "Run 'git remote add origin git3:///' to add a git3 remote." }