mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-06-08 23:56:15 +02:00
Merge pull request #684 from ueberBrot/add-scoop-install-option
Add scoop install option to README.
This commit is contained in:
commit
4058c71ca0
11
README.md
11
README.md
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user