From 3fc22a60104de7d16d8d5c773dbce714041a53ff Mon Sep 17 00:00:00 2001 From: Maurice de Bruyn <32489486+ueberBrot@users.noreply.github.com> Date: Thu, 27 Feb 2020 18:12:23 +0100 Subject: [PATCH] Add scoop install option to README. Adds the install option scoop on Windows to the README. --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 1568d8591..541a89034 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,17 @@ They follow upstream latest releases ```sh sudo xbps-install -S lazygit ``` +### Scoop (Windows) + +You can install `lazygit` using [scoop](https://scoop.sh/). It's in the `extras` bucket: + +```sh +# Add the extras bucket +scoop bucket add extras + +# Install lazygit +scoop install lazygit +``` ### Arch Linux