diff --git a/README.md b/README.md index 8c91ec37..cfb070df 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ Certimate 旨在为用户提供一个安全、简便的 SSL 证书管理解决 ```bash -git clone git@github.com:usual2970/certimate.git && cd certimate/docker && docker compose up -d +mkdir -p ~/.certimate && cd ~/.certimate && curl -O https://raw.githubusercontent.com/usual2970/certimate/refs/heads/main/docker/docker-compose.yml && docker compose up -d ``` diff --git a/README_EN.md b/README_EN.md index 3fa0b919..922d3143 100644 --- a/README_EN.md +++ b/README_EN.md @@ -47,7 +47,7 @@ You can download the precompiled binary files directly from the [Releases page]( ```bash -git clone git@github.com:usual2970/certimate.git && cd certimate/docker && docker compose up -d +mkdir -p ~/.certimate && cd ~/.certimate && curl -O https://raw.githubusercontent.com/usual2970/certimate/refs/heads/main/docker/docker-compose.yml && docker compose up -d ```