Skip to content

Commit fa1c57f

Browse files
authored
Remove --dev from npx tidewave install
Signed-off-by: José Valim <jose.valim@dashbit.co>
1 parent 696921e commit fa1c57f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ Protocol (MCP) server for your editors.
2525
If you are using Next.js, install Tidewave with:
2626

2727
```sh
28-
$ npx tidewave install --dev
28+
$ npx tidewave install
2929
# or
30-
$ yarn dlx tidewave install --dev
30+
$ yarn dlx tidewave install
3131
# or
32-
$ pnpm dlx tidewave install --dev
32+
$ pnpm dlx tidewave install
3333
# or
34-
$ bunx tidewave install --dev
34+
$ bunx tidewave install
3535
```
3636

3737
And you are almost there! Now make sure

0 commit comments

Comments
 (0)