From a1cd8a1e3c75e3baa3b2acb949c22be6e834f572 Mon Sep 17 00:00:00 2001 From: ema Date: Sat, 28 Dec 2024 01:09:29 +0800 Subject: [PATCH] Fix scoop cli install #1519 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6e9da40..10e99ea 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ Get it from one of the following sources: * Microsoft Store (Windows 10 users only, no preview in open/save-dialogs available) Store Link * Installer or portable archive of the stable version from [GitHub Release](https://github.com/QL-Win/QuickLook/releases) - * Using [Scoop](https://scoop.sh/): `scoop install quicklook` + * Using [Scoop](https://scoop.sh/): `scoop bucket add extras && scoop install extras/quicklook` * Nightly builds from [AppVeyor](https://ci.appveyor.com/project/xupefei/quicklook/build/artifacts) and [GitHub Action](https://github.com/QL-Win/QuickLook/releases/) [What are the differences between `.msi`, `.zip`, Nightly and Store versions?](https://github.com/QL-Win/QuickLook/wiki/Differences-Between-Distributions)