We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4162721 commit 231e51aCopy full SHA for 231e51a
docs/install/manage-add-ons-packages.md
@@ -255,7 +255,7 @@ default_context:
255
package_includes: ['collective.bookmarks']
256
```
257
258
-Apply your changes and install:
+Apply your changes:
259
260
```shell
261
make build-backend
@@ -279,11 +279,10 @@ version-overrides =
279
plone.api>=2.0.0a3
280
281
282
-Apply the changes and install the package with the modified version by running `mxdev` and `pip`:
283
284
285
-mxdev -c mx.ini
286
-pip install -r requirements-mxdev.txt
+make build-backend
287
288
289
```{seealso}
0 commit comments