From febe5cd1fb39a1968a06b984b9feb5a5d8acb4ba Mon Sep 17 00:00:00 2001 From: LGUG2Z Date: Tue, 26 Jul 2022 06:43:19 -0700 Subject: [PATCH] docs(readme): add scoop install instructions --- Cargo.lock | 4 ++-- README.md | 11 ++++++++++- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 04a79ec..13a133a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -425,9 +425,9 @@ dependencies = [ [[package]] name = "proc-macro2" -version = "1.0.41" +version = "1.0.42" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cdcc2916cde080c1876ff40292a396541241fe0072ef928cd76582e9ea5d60d2" +checksum = "c278e965f1d8cf32d6e0e96de3d3e79712178ae67986d9cf9151f51e95aac89b" dependencies = [ "unicode-ident", ] diff --git a/README.md b/README.md index 5c4b729..3542048 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,16 @@ PowerShell prompt), and then move the binaries to that directory. ### Scoop -`komokana` is not yet available to install via [Scoop](https://scoop.sh). +If you use the [Scoop](https://scoop.sh/) command line installer, you can run +the following commands to install the binaries from the latest GitHub Release: + +```powershell +scoop bucket add extras +scoop install komokana +``` + +If you install _komokana_ using Scoop, the binary will automatically be added +to your `Path`. ### Building from Source