You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -239,7 +239,11 @@ Create Guten Block is divided into two packages:
239
239
1.**`create-guten-block`** is a global command-line utility that you use to create new WP Gutenberg plugins.
240
240
1.**`cgb-scripts`** is a development dependency in the generated plugin projects.
241
241
242
-
<!-- You almost never need to update `create-guten-block` itself: it delegates all the setup to `cgb-scripts`. -->
242
+
You almost never need to update `create-guten-block` itself: it delegates all the setup to `cgb-scripts`. But as this project matures, there might be a few changes over time and you can re-run the global install.
243
+
244
+
```js
245
+
npm install create-guten-block --global
246
+
```
243
247
244
248
When you run `create-guten-block`, it always creates the project with the latest version of `cgb-scripts` so you’ll get all the new features and improvements in newly created plugins automatically.
0 commit comments