Skip to content

Commit

Permalink
fix: Remove useless install command
Browse files Browse the repository at this point in the history
  • Loading branch information
3y3 committed Aug 10, 2024
1 parent 4802eec commit aeedb69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ npm install --save-dev @diplodoc/lint
Add initial configuration

```sh
npx @diplodoc/lint install
npx @diplodoc/lint init
git add --all && git commit -m 'chore: init lint'
```

Expand Down
2 changes: 1 addition & 1 deletion bin/lint
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ while (( $# )); do
--fix ) :
FIX=1
;;
install|init ) :
init ) :
INIT=1
;;
update ) :
Expand Down

0 comments on commit aeedb69

Please sign in to comment.