We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb3d486 commit 09d4fedCopy full SHA for 09d4fed
1 file changed
README.md
@@ -13,14 +13,20 @@ create-pull-request is a CLI that allows you to open the URL to create a pull re
13
14
## Installation
15
16
-Use npm or yarn to install create-pull-request.
+Use npm, yarn, pnpm, or bun to install create-pull-request.
17
18
```bash
19
# npm
20
npm install create-pull-request --global
21
22
# yarn
23
yarn global add create-pull-request
24
+
25
+# pnpm
26
+pnpm add create-pull-request --global
27
28
+# bun
29
+bun add create-pull-request --global
30
```
31
32
## Usage
0 commit comments