mirror of
https://github.com/FranP-code/ChatGPT.git
synced 2025-10-13 00:13:25 +00:00
readme
This commit is contained in:
@@ -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)
|
- 如果你偏爱 `.app` 的安装包,你同样可以在我们的 github releases 里找到 [ChatGPT.app.tar.gz](https://github.com/lencx/ChatGPT/releases/download/v0.7.4/ChatGPT.app.tar.gz)
|
||||||
- Homebrew \
|
- Homebrew \
|
||||||
_[Homebrew 快捷安装](https://brew.sh) ([Cask](https://docs.brew.sh/Cask-Cookbook)):_
|
_[Homebrew 快捷安装](https://brew.sh) ([Cask](https://docs.brew.sh/Cask-Cookbook)):_
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
brew tap lencx/chatgpt https://github.com/lencx/ChatGPT.git
|
brew tap lencx/chatgpt https://github.com/lencx/ChatGPT.git
|
||||||
brew install --cask chatgpt --no-quarantine
|
brew install --cask chatgpt --no-quarantine
|
||||||
```
|
```
|
||||||
|
|
||||||
如果你坚持使用 _[Brewfile](https://github.com/Homebrew/homebrew-bundle#usage)_ ,你需要添加以下配置:
|
如果你坚持使用 _[Brewfile](https://github.com/Homebrew/homebrew-bundle#usage)_ ,你需要添加以下配置:
|
||||||
|
|
||||||
```rb
|
```rb
|
||||||
repo = "lencx/chatgpt"
|
repo = "lencx/chatgpt"
|
||||||
tap repo, "https://github.com/#{repo}.git"
|
tap repo, "https://github.com/#{repo}.git"
|
||||||
|
|||||||
@@ -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)
|
- 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 \
|
- Homebrew \
|
||||||
Or you can install with _[Homebrew](https://brew.sh) ([Cask](https://docs.brew.sh/Cask-Cookbook)):_
|
Or you can install with _[Homebrew](https://brew.sh) ([Cask](https://docs.brew.sh/Cask-Cookbook)):_
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
brew tap lencx/chatgpt https://github.com/lencx/ChatGPT.git
|
brew tap lencx/chatgpt https://github.com/lencx/ChatGPT.git
|
||||||
brew install --cask chatgpt --no-quarantine
|
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:
|
Also, if you keep a _[Brewfile](https://github.com/Homebrew/homebrew-bundle#usage)_, you can add something like this:
|
||||||
|
|
||||||
```rb
|
```rb
|
||||||
repo = "lencx/chatgpt"
|
repo = "lencx/chatgpt"
|
||||||
tap repo, "https://github.com/#{repo}.git"
|
tap repo, "https://github.com/#{repo}.git"
|
||||||
|
|||||||
Reference in New Issue
Block a user