Skip to content

Commit

Permalink
docs: add scoop installation method (#527)
Browse files Browse the repository at this point in the history
  • Loading branch information
sitiom committed Jul 24, 2023
1 parent 7fb992f commit f31dcc8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Choose your fighter:
- [Node.js](#node)
- [Go](#go)
- [Python](#python)
- [Scoop](#scoop)
- [Homebrew](#homebrew)
- [Winget](#winget)
- [Snap](#snap)
Expand Down Expand Up @@ -69,6 +70,11 @@ You can find Python wrapper here [package](https://github.com/life4/lefthook)
python3 -m pip install --user lefthook
```

## <a id="scoop"></a> Scoop for Windowss

```sh
scoop install lefthook
```

## <a id="homebrew"></a> Homebrew for MacOS and Linux

Expand Down

0 comments on commit f31dcc8

Please sign in to comment.