Skip to content

Commit 721086f

Browse files
author
Ahmad Awais
committed
📖 DOC: Update Guidelines
1 parent 574581f commit 721086f

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

‎README.md‎

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,11 @@ Create Guten Block is divided into two packages:
239239
1. **`create-guten-block`** is a global command-line utility that you use to create new WP Gutenberg plugins.
240240
1. **`cgb-scripts`** is a development dependency in the generated plugin projects.
241241

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+
```
243247

244248
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.
245249

0 commit comments

Comments
 (0)