mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-10 15:46:26 -04:00
Add scoop install option to README.
Adds the install option scoop on Windows to the README.
This commit is contained in:
parent
a9fe0b8000
commit
3fc22a6010
11
README.md
11
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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue