Skip to content

Commit e308181

Browse files
doc: recommend prek
1 parent adb0bb3 commit e308181

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

website/contributing/development.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ Once you have rustup installed, you can install rust by running:
1313
rustup install stable
1414
```
1515

16-
You also need [pre-commit](https://pre-commit.com/) to setup git hooks for type checking, formatting and clippy.
16+
You also need [prek](https://github.com/j178/prek) to setup git hooks for type checking, formatting and clippy.
1717

18-
Run pre-commit install to set up the git hook scripts.
18+
Run prek install to set up the git hook scripts.
1919

2020
```bash
21-
pre-commit install
21+
prek install
2222
```
2323

2424
Optionally, you can also install [nodejs](https://github.com/Schniz/fnm) and [yarn](https://yarnpkg.com/) for napi binding development.

0 commit comments

Comments
 (0)