From a9ca7be1f4e721957b7ad1f616f9b78385c96028 Mon Sep 17 00:00:00 2001 From: Viktor Lazarev Date: Wed, 20 May 2020 10:21:15 +0200 Subject: [PATCH] Add install command form scoop for Windows users --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index dea13e62..112a1c44 100644 --- a/README.md +++ b/README.md @@ -321,6 +321,12 @@ If you're a **Nix/NixOS** user, you can install xsv from nixpkgs: $ nix-env -i xsv ``` +If you're a **Windows** user, you can install xsv from [scoop](https://scoop.sh/): + +```powershell +scoop install xsv +``` + Alternatively, you can compile from source by [installing Cargo](https://crates.io/install) ([Rust's](https://www.rust-lang.org/) package manager)