docs: fix cask name in brewfile section

This commit is contained in:
JacobLinCool
2022-12-24 00:28:15 +08:00
committed by GitHub
parent 0733bba4bf
commit 0930cd782a

View File

@@ -46,7 +46,7 @@ Also, if you keep a _[Brewfile](https://github.com/Homebrew/homebrew-bundle#usag
```rb ```rb
repo = "lencx/chatgpt" repo = "lencx/chatgpt"
tap repo, "https://github.com/#{repo}.git" tap repo, "https://github.com/#{repo}.git"
cask "popcorn-time", args: { "no-quarantine": true } cask "chatgpt", args: { "no-quarantine": true }
``` ```
## 📢 Announcement ## 📢 Announcement