File tree 2 files changed +44
-0
lines changed
2 files changed +44
-0
lines changed Original file line number Diff line number Diff line change @@ -48,6 +48,28 @@ You can install lefthook [package](https://aur.archlinux.org/packages/lefthook)
48
48
snap install --classic lefthook
49
49
```
50
50
51
+ ### APT packages for Debian/Ubuntu Linux
52
+
53
+ ``` sh
54
+ curl -1sLf ' https://dl.cloudsmith.io/public/evilmartians/lefthook/setup.deb.sh' | sudo -E bash
55
+ sudo apt install lefthook
56
+ ```
57
+
58
+ See all instructions: https://cloudsmith.io/~evilmartians/repos/lefthook/setup/#formats-deb
59
+
60
+ [ ![ Hosted By: Cloudsmith] ( https://img.shields.io/badge/OSS%20hosting%20by-cloudsmith-blue?logo=cloudsmith&style=flat-square )] ( https://cloudsmith.com " Debian package repository hosting is graciously provided by Cloudsmith ")
61
+
62
+ ### RPM packages for CentOS/Fedora Linux
63
+
64
+ ``` sh
65
+ curl -1sLf ' https://dl.cloudsmith.io/public/evilmartians/lefthook/setup.rpm.sh' | sudo -E bash
66
+ sudo yum install lefthook
67
+ ```
68
+
69
+ See all instructions: https://cloudsmith.io/~evilmartians/repos/lefthook/setup/#repository-setup-yum
70
+
71
+ [ ![ Hosted By: Cloudsmith] ( https://img.shields.io/badge/OSS%20hosting%20by-cloudsmith-blue?logo=cloudsmith&style=flat-square )] ( https://cloudsmith.com " RPM package repository hosting is graciously provided by Cloudsmith ")
72
+
51
73
### Anything else
52
74
53
75
Or take it from [ binaries] ( https://github.com/evilmartians/lefthook/releases ) and install manually
Original file line number Diff line number Diff line change @@ -24,6 +24,28 @@ brew install lefthook
24
24
snap install --classic lefthook
25
25
```
26
26
27
+ ### APT packages for Debian/Ubuntu Linux
28
+
29
+ ``` sh
30
+ curl -1sLf ' https://dl.cloudsmith.io/public/evilmartians/lefthook/setup.deb.sh' | sudo -E bash
31
+ sudo apt install lefthook
32
+ ```
33
+
34
+ See all instructions: https://cloudsmith.io/~evilmartians/repos/lefthook/setup/#formats-deb
35
+
36
+ [ ![ Hosted By: Cloudsmith] ( https://img.shields.io/badge/OSS%20hosting%20by-cloudsmith-blue?logo=cloudsmith&style=flat-square )] ( https://cloudsmith.com " Debian package repository hosting is graciously provided by Cloudsmith ")
37
+
38
+ ### RPM packages for CentOS/Fedora Linux
39
+
40
+ ``` sh
41
+ curl -1sLf ' https://dl.cloudsmith.io/public/evilmartians/lefthook/setup.rpm.sh' | sudo -E bash
42
+ sudo yum install lefthook
43
+ ```
44
+
45
+ See all instructions: https://cloudsmith.io/~evilmartians/repos/lefthook/setup/#repository-setup-yum
46
+
47
+ [ ![ Hosted By: Cloudsmith] ( https://img.shields.io/badge/OSS%20hosting%20by-cloudsmith-blue?logo=cloudsmith&style=flat-square )] ( https://cloudsmith.com " RPM package repository hosting is graciously provided by Cloudsmith ")
48
+
27
49
### AUR for Arch
28
50
29
51
You can install lefthook [ package] ( https://aur.archlinux.org/packages/lefthook ) from AUR
You can’t perform that action at this time.
0 commit comments