From 350e6a376af96a0541187fb9125b8391bffa45ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=90=8C=E8=90=8C=E5=93=92=E8=B5=AB=E8=90=9D?= Date: Mon, 10 Apr 2023 16:20:40 +0800 Subject: [PATCH] :pencil: Docs: add homebrew install describe --- README.md | 14 ++++++++++++++ README_en.md | 14 ++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/README.md b/README.md index f993857..ec87b14 100644 --- a/README.md +++ b/README.md @@ -85,6 +85,20 @@ MacOS: [https://github.com/Kuingsmile/PicList/releases/latest](https://github.com/Kuingsmile/PicList/releases/latest) +### Homebrew + +MacOS用户现在可以使用Homebrew来安装PicList了,只需要执行以下命令即可: + +```bash +brew install piclist --cask +``` + +卸载命令: + +```bash +brew uninstall piclist +``` + ### Mac特殊说明 如果macOS系统安装完PicList显示「文件已损坏」或者安装完打开没有反应,请升级到PicList V1.4.1以上版本。 diff --git a/README_en.md b/README_en.md index 9ae2710..9ed4050 100644 --- a/README_en.md +++ b/README_en.md @@ -85,6 +85,20 @@ Search and install `Image auto upload Plugin` in the community plugin, then ente [https://github.com/Kuingsmile/PicList/releases/latest](https://github.com/Kuingsmile/PicList/releases/latest) +### Homebrew + +MacOS users can now use Homebrew to install PicList, just execute the following command: + +```bash +brew install piclist --cask +``` + +Uninstall: + +```bash +brew uninstall piclist +``` + ### Mac special instructions If the macOS system installs PicList and displays "file is damaged" or installs and opens without response, please upgrade to PicList V1.4.1 or above.