diff --git a/README.md b/README.md index 3d9458a..62d275a 100644 --- a/README.md +++ b/README.md @@ -81,6 +81,8 @@ You can update the project by updating the mirror version used in this repositor ```bash # version in the docker-compose.yml file docker pull soulteary/chatgpt +# Mac M1/M2 +docker pull soulteary/docker-chatgpt:arm64 ``` **Backend services will continue to complete and support new data source types.** diff --git a/README_CN.md b/README_CN.md index abae3b6..daf4983 100644 --- a/README_CN.md +++ b/README_CN.md @@ -82,6 +82,8 @@ docker compose up -d ```bash docker pull soulteary/chatgpt +# Mac M1/M2 +docker pull soulteary/docker-chatgpt:arm64 ``` **后端项目将持续更新和完善,用来添加各种各样的新的数据源,尤其是 OpenAI 不会支持的,但确是十分有用的。**