@builder.io/dev-tools 1.0.10 → 1.0.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -6,10 +6,16 @@ Setup and integrate [Builder.io Visual CMS](https://www.builder.io/) during deve
6
6
 
7
7
  Builder's Devtools can be [installed and initialized](https://www.npmjs.com/package/@builder.io/create) using:
8
8
 
9
+ **npm**
9
10
  ```
10
11
  npm init builder.io@latest
11
12
  ```
12
13
 
14
+ **pnpm**
15
+ ```
16
+ pnpm create builder.io@latest
17
+ ```
18
+
13
19
  This command will update the config file (such as next.config.js, or vite.config.js) and install the `@builder.io/dev-tools` package. Once installed, you can start your app's dev server:
14
20
 
15
21
  ```