Skip to content

Commit e8c17b6

Browse files
authored
docs: add installation instructions for bun (#3957)
1 parent f94b511 commit e8c17b6

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,18 +23,24 @@ through that README and the corresponding tests in parallel.
2323

2424
Install GraphQL.js from npm
2525

26-
With npm:
26+
With `npm`:
2727

2828
```sh
2929
npm install --save graphql
3030
```
3131

32-
or using yarn:
32+
With `yarn`:
3333

3434
```sh
3535
yarn add graphql
3636
```
3737

38+
With `bun`:
39+
40+
```sh
41+
bun add graphql
42+
```
43+
3844
GraphQL.js provides two important capabilities: building a type schema and
3945
serving queries against that type schema.
4046

0 commit comments

Comments
 (0)