Skip to content

Commit

Permalink
Merge pull request #684 from ueberBrot/add-scoop-install-option
Browse files Browse the repository at this point in the history
Add scoop install option to README.
  • Loading branch information
dawidd6 committed Feb 27, 2020
2 parents a9fe0b8 + 3fc22a6 commit 4058c71
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 4058c71

Please sign in to comment.