We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a19edf6 commit 817eb9dCopy full SHA for 817eb9d
1 file changed
README.md
@@ -12,11 +12,21 @@ from `caniuse-lite`.
12
```sh
13
npx update-browserslist-db@latest
14
```
15
+
16
Or if using `pnpm`:
17
18
19
pnpm exec update-browserslist-db latest
20
-Or if using `yarn`:
21
22
+Or if using `bun`:
23
24
+```sh
25
+bunx update-browserslist-db@latest
26
+```
27
28
+Or if using `yarn` 2+:
29
30
31
yarn dlx update-browserslist-db@latest
32
0 commit comments