Skip to content

Commit 076cdd4

Browse files
committed
chore: update CONTRIBUTING.md
1 parent 5052ebe commit 076cdd4

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

CONTRIBUTING.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# CONTRIBUTING.md
22

3+
```bash
4+
just init
5+
just install
6+
just ready
7+
```
8+
39
## Rust
410

511
```bash
@@ -10,7 +16,6 @@ just test
1016
## Napi
1117

1218
```bash
13-
pnpm install
1419
pnpm run build
1520
pnpm test
1621
```

0 commit comments

Comments
 (0)