Skip to content

Commit 231e51a

Browse files
committed
simplify to cookiecutter-plone-starter make
1 parent 4162721 commit 231e51a

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

docs/install/manage-add-ons-packages.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ default_context:
255255
package_includes: ['collective.bookmarks']
256256
```
257257
258-
Apply your changes and install:
258+
Apply your changes:
259259
260260
```shell
261261
make build-backend
@@ -279,11 +279,10 @@ version-overrides =
279279
plone.api>=2.0.0a3
280280
```
281281

282-
Apply the changes and install the package with the modified version by running `mxdev` and `pip`:
282+
Apply your changes:
283283

284284
```shell
285-
mxdev -c mx.ini
286-
pip install -r requirements-mxdev.txt
285+
make build-backend
287286
```
288287

289288
```{seealso}

0 commit comments

Comments
 (0)