From 8681fbc7faa378fcb8cdb86f64ef711a4467568f Mon Sep 17 00:00:00 2001 From: Roger Date: Wed, 1 Apr 2026 07:50:40 +0800 Subject: [PATCH] use https clone URL for public access --- README.md | 2 +- README_CN.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 91d9464..441189d 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ Two Anthropic-internal packages that can't be installed from npm: ### Build ```bash -git clone git@github.com:roger2ai/Claude-Code-Compiled.git +git clone https://github.com/roger2ai/Claude-Code-Compiled.git cd Claude-Code-Compiled # Install dependencies diff --git a/README_CN.md b/README_CN.md index 34062d4..da5c170 100644 --- a/README_CN.md +++ b/README_CN.md @@ -84,7 +84,7 @@ ### 编译 ```bash -git clone git@github.com:roger2ai/Claude-Code-Compiled.git +git clone https://github.com/roger2ai/Claude-Code-Compiled.git cd Claude-Code-Compiled # 安装依赖