Skip to content

Commit

Permalink
docs: add installation instructions for bun (#3957)
Browse files Browse the repository at this point in the history
  • Loading branch information
colinhacks committed Sep 6, 2023
1 parent f94b511 commit e8c17b6
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Expand Up @@ -23,18 +23,24 @@ through that README and the corresponding tests in parallel.

Install GraphQL.js from npm

With npm:
With `npm`:

```sh
npm install --save graphql
```

or using yarn:
With `yarn`:

```sh
yarn add graphql
```

With `bun`:

```sh
bun add graphql
```

GraphQL.js provides two important capabilities: building a type schema and
serving queries against that type schema.

Expand Down

0 comments on commit e8c17b6

Please sign in to comment.