From f11cc860e9a8ec0a143404fb7b3f0cf7f1f852f7 Mon Sep 17 00:00:00 2001 From: GHOS7 1N 7H3 F1NG3RS <83473054+ghostinthefingers@users.noreply.github.com> Date: Wed, 4 Jan 2023 07:30:19 +1100 Subject: [PATCH] wrong url in the git clone ... I saw that you used `git clone https://github.com/shadowsocksr/shadowsocksr.git` which seems to be incorrect. the correct one is `git clone https://github.com/shadowsocksrr/shadowsocksr.git` --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 53eafeaa8..547d3f3a5 100644 --- a/README.md +++ b/README.md @@ -13,16 +13,16 @@ Server Debian / Ubuntu: apt-get install git - git clone https://github.com/shadowsocksr/shadowsocksr.git + git clone https://github.com/shadowsocksrr/shadowsocksr.git CentOS: yum install git - git clone https://github.com/shadowsocksr/shadowsocksr.git + git clone https://github.com/shadowsocksrr/shadowsocksr.git Windows: - git clone https://github.com/shadowsocksr/shadowsocksr.git + git clone https://github.com/shadowsocksrr/shadowsocksr.git ### Usage for single user on linux platform