Add Homebrew Cask

This commit is contained in:
Daniel Bayley
2022-12-10 17:29:20 +00:00
parent 0cd76ba2fb
commit 3fa221b811
2 changed files with 39 additions and 0 deletions

View File

@@ -23,6 +23,23 @@
<!-- download end -->
## Install
Easily 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"
cask "popcorn-time", args: { "no-quarantine": true }
~~~
## Features
- multi-platform: `macOS` `Linux` `Windows`