We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65ae33c commit 7864d68Copy full SHA for 7864d68
README.md
@@ -13,12 +13,13 @@ This package helps you create and manage native Gutenberg blocks in your [Sage](
13
14
## Installation
15
16
-You can install this package with Composer:
+You can install this package with Composer from your Sage 11+ theme root directory (not from the Bedrock root):
17
18
```bash
19
-composer require imagewize/sage-native-block
+composer require imagewize/sage-native-block --dev
20
```
21
22
+**NB** You can drop `--dev` but then it will be included in your production build.
23
You can publish the config file with:
24
25
```shell
0 commit comments