There was an error while loading. Please reload this page.
1 parent 696921e commit fa1c57fCopy full SHA for fa1c57f
1 file changed
README.md
@@ -25,13 +25,13 @@ Protocol (MCP) server for your editors.
25
If you are using Next.js, install Tidewave with:
26
27
```sh
28
-$ npx tidewave install --dev
+$ npx tidewave install
29
# or
30
-$ yarn dlx tidewave install --dev
+$ yarn dlx tidewave install
31
32
-$ pnpm dlx tidewave install --dev
+$ pnpm dlx tidewave install
33
34
-$ bunx tidewave install --dev
+$ bunx tidewave install
35
```
36
37
And you are almost there! Now make sure
0 commit comments