From 2b23890a217c509f0dada7fa7d5eb3ae02a2a4d4 Mon Sep 17 00:00:00 2001 From: Kuingsmile <96409857+Kuingsmile@users.noreply.github.com> Date: Sat, 12 Jul 2025 14:23:45 +0800 Subject: [PATCH] :pencil: Docs(custom): add install from winget --- README.md | 7 +++++++ README_cn.md | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/README.md b/README.md index 4bfc7588..8fd3b93a 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,7 @@ - [Download and Install](#download-and-install) - [Direct Download](#direct-download) - [Scoop (Windows)](#scoop-windows) + - [Winget (Windows)](#winget-windows) - [Homebrew (macOS)](#homebrew-macos) - [Mac Special Instructions](#mac-special-instructions) - [Screenshots](#screenshots) @@ -209,6 +210,12 @@ scoop bucket add lemon https://github.com/hoilc/scoop-lemon scoop install lemon/piclist ``` +### Winget (Windows) + +```bash +winget install Kuingsmile.PicList +``` + ### Homebrew (macOS) ```bash diff --git a/README_cn.md b/README_cn.md index 224ae504..58ba31b8 100644 --- a/README_cn.md +++ b/README_cn.md @@ -38,6 +38,7 @@ - [下载安装](#下载安装) - [直接下载](#直接下载) - [Scoop(Windows)](#scoopwindows) + - [Winget (Windows)](#winget-windows) - [Homebrew(macOS)](#homebrewmacos) - [Mac特殊说明](#mac特殊说明) - [应用截图](#应用截图) @@ -210,6 +211,12 @@ scoop bucket add lemon https://github.com/hoilc/scoop-lemon scoop install lemon/piclist ``` +### Winget (Windows) + +```bash +winget install Kuingsmile.PicList +``` + ### Homebrew(macOS) ```bash