Skip to content

Commit f7423ea

Browse files
authored
Update README.md
1 parent f609a1d commit f7423ea

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ Husky can prevent bad commit, push and more :dog: _woof!_
1010
npm install husky --save-dev
1111
```
1212

13+
```sh
14+
yarn add husky --dev
15+
```
16+
1317
```javascript
1418
// Edit package.json
1519
{
@@ -42,8 +46,12 @@ _If you're migrating from `ghooks`, simply run `npm uninstall ghooks --save-dev
4246

4347
## Uninstall
4448

45-
```bash
46-
npm uninstall husky --save-dev
49+
```sh
50+
npm uninstall husky
51+
```
52+
53+
```sh
54+
yarn remove husky
4755
```
4856

4957
## Tricks

0 commit comments

Comments
 (0)