Skip to content

Commit 635773c

Browse files
authored
Update README.md
1 parent 5861f6c commit 635773c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,20 @@ runIt(() => {
3030
## Project Configuration
3131
1. Add [Katxupa](https://github.com/manusant/Katxupa) library to project dependencies
3232
```shell
33+
# When using npm
3334
npm install katxupa
35+
# When using pnpm
3436
pnpm add katxupa
37+
# When using yarn
3538
yarn add katxupa
3639
```
3740
2. Add [eslint-config-katxupa](https://github.com/manusant/eslint-config-katxupa) ESLint configs
3841
```shell
42+
# When using npm
3943
npm install --save-dev eslint-config-katxupa
44+
# When using pnpm
4045
pnpm add --save-dev eslint-config-katxupa
46+
# When using yarn
4147
yarn add --dev eslint-config-katxupa
4248
```
4349
3. Activate ESLint config

0 commit comments

Comments
 (0)