Skip to content

Commit

Permalink
docs(devtools): update installation instructions (#2944)
Browse files Browse the repository at this point in the history
  • Loading branch information
zzi-0 authored Dec 7, 2024
1 parent ba3386b commit a97729f
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion docs/framework/react/devtools.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,28 @@ When you begin your TanStack Router journey, you'll want these devtools by your
## Installation

The devtools are a separate package that you need to install:

```sh
npm install -D @tanstack/router-devtools
```

or

```sh
pnpm add -D @tanstack/router-devtools
```

or

```sh
yarn add -D @tanstack/router-devtools
```

or

```sh
npm install @tanstack/router-devtools --save
bun add -D @tanstack/router-devtools
```

## Import the Devtools
Expand Down

0 comments on commit a97729f

Please sign in to comment.