1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-07-03 00:57:52 +02:00

Add scoop install option to README.

Adds the install option scoop on Windows to the README.
This commit is contained in:
Maurice de Bruyn
2020-02-27 18:12:23 +01:00
committed by GitHub
parent a9fe0b8000
commit 3fc22a6010

View File

@ -63,6 +63,17 @@ They follow upstream latest releases
```sh ```sh
sudo xbps-install -S lazygit 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 ### Arch Linux