Skip to content

Commit

Permalink
doc: update installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien-R44 committed Apr 9, 2024
1 parent 54fcc8a commit 3dd114e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion packages/dump_viewer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,13 @@ The dump viewer is a small frontend app built with `Vis.js` that lets you view H

![image](../../assets/dump_viewer.png)

To use it, you can add it to your application as follows:
To use it, first make sure to install it :

```bash
npm install @hot-hook/dump-viewer
```

Then you can add it to your application as follows:

```ts
router.get('/dump-viewer', async (request, reply) => {
Expand Down

0 comments on commit 3dd114e

Please sign in to comment.