diff --git a/README-ZH_CN.md b/README-ZH_CN.md index fe1f0d7..1787d96 100644 --- a/README-ZH_CN.md +++ b/README-ZH_CN.md @@ -34,14 +34,11 @@ - 如果你偏爱 `.app` 的安装包,你同样可以在我们的 github releases 里找到 [ChatGPT.app.tar.gz](https://github.com/lencx/ChatGPT/releases/download/v0.7.4/ChatGPT.app.tar.gz) - Homebrew \ _[Homebrew 快捷安装](https://brew.sh) ([Cask](https://docs.brew.sh/Cask-Cookbook)):_ - ```sh brew tap lencx/chatgpt https://github.com/lencx/ChatGPT.git brew install --cask chatgpt --no-quarantine ``` - 如果你坚持使用 _[Brewfile](https://github.com/Homebrew/homebrew-bundle#usage)_ ,你需要添加以下配置: - ```rb repo = "lencx/chatgpt" tap repo, "https://github.com/#{repo}.git" diff --git a/README.md b/README.md index e184ecb..d17a6e8 100644 --- a/README.md +++ b/README.md @@ -37,14 +37,11 @@ - if you prefer `.app` installation, you can also download it from our github releases: [ChatGPT.app.tar.gz](https://github.com/lencx/ChatGPT/releases/download/v0.7.4/ChatGPT.app.tar.gz) - Homebrew \ Or you can install with _[Homebrew](https://brew.sh) ([Cask](https://docs.brew.sh/Cask-Cookbook)):_ - ```sh brew tap lencx/chatgpt https://github.com/lencx/ChatGPT.git brew install --cask chatgpt --no-quarantine ``` - Also, if you keep a _[Brewfile](https://github.com/Homebrew/homebrew-bundle#usage)_, you can add something like this: - ```rb repo = "lencx/chatgpt" tap repo, "https://github.com/#{repo}.git"