Skip to content

Commit 8a13826

Browse files
committed
docs(readme): add npm instructions
1 parent 22b3d9f commit 8a13826

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,18 @@ A semantic-release plugin that automatically adds comments with release informat
44

55
## Installation
66

7-
```bash
7+
### Via pnpm
8+
9+
```shell
810
pnpm add -D @zlodes/semantic-release-jira-comment-plugin
911
```
1012

13+
### Via npm
14+
15+
```shell
16+
npm install --save-dev @zlodes/semantic-release-jira-comment-plugin
17+
```
18+
1119
## Usage
1220

1321
First, set up the required environment variables:

0 commit comments

Comments
 (0)