Skip to content

Commit 3e77af4

Browse files
committed
docs: expand dev docs
1 parent d28f02e commit 3e77af4

1 file changed

Lines changed: 14 additions & 6 deletions

File tree

README.md

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -117,14 +117,22 @@ Malicious code merged from forks can reveal your tokens.
117117

118118
## Development
119119

120-
Install the dependencies
120+
Enter the development shell with [devenv](https://devenv.sh).
121121

122-
```bash
123-
$ pnpm install
122+
```console
123+
devenv shell
124124
```
125125

126-
Build action
126+
Install the dependencies.
127127

128-
```bash
129-
$ pnpm build
128+
```console
129+
pnpm install
130130
```
131+
132+
Build the action.
133+
134+
```console
135+
pnpm build
136+
```
137+
138+
The devenv shell will install git-hooks that must be run before each commit.

0 commit comments

Comments
 (0)