From 3401f9a49f6d7639aa515bc42d247260de47a685 Mon Sep 17 00:00:00 2001 From: Iain Gillis Date: Tue, 5 May 2020 13:04:30 -0600 Subject: [PATCH 1/2] Add alternative Windows installation method --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 591c78b..9be9c82 100644 --- a/README.md +++ b/README.md @@ -85,6 +85,12 @@ qrcp --help Download the latest Windows .tar.gz archive from the Releases page and extract the EXE file. +If you use [Scoop](https://scoop.sh/) for package management on Windows, you can install qrcp with the following one-liner: + +``` +scoop install qrcp +``` + ## MacOS Download the latest macOS .tar.gz archive from the Releases page, extract it, move the binary to the proper directory, then set execution permissions. From fade5c659bd9d57561ee3365cb6c4803f5f85b61 Mon Sep 17 00:00:00 2001 From: Iain Gillis Date: Wed, 6 May 2020 08:50:11 -0600 Subject: [PATCH 2/2] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9be9c82..4016aaf 100644 --- a/README.md +++ b/README.md @@ -85,6 +85,8 @@ qrcp --help Download the latest Windows .tar.gz archive from the Releases page and extract the EXE file. +### Scoop + If you use [Scoop](https://scoop.sh/) for package management on Windows, you can install qrcp with the following one-liner: ```