Skip to content

Commit e3f923a

Browse files
committed
appliying changes with make build-backend
1 parent b8d9e0b commit e3f923a

File tree

1 file changed

+5
-11
lines changed

1 file changed

+5
-11
lines changed

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

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -274,12 +274,10 @@ default_context:
274274
package_includes: ['collective.easyform']
275275
```
276276
277-
Apply your changes and install:
277+
Apply your changes:
278278
279279
```shell
280-
cookiecutter -f --no-input --config-file instance.yaml https://github.com/plone/cookiecutter-zope-instance
281-
mxdev -c mx.ini
282-
pip install -r requirements-mxdev.txt
280+
make build-backend
283281
```
284282

285283

@@ -307,12 +305,10 @@ default_context:
307305
package_includes: ['collective.easyform']
308306
```
309307
310-
Apply your changes and install:
308+
Apply your changes:
311309
312310
```shell
313-
cookiecutter -f --no-input --config-file instance.yaml https://github.com/plone/cookiecutter-zope-instance
314-
mxdev -c mx.ini
315-
pip install -r requirements-mxdev.txt
311+
make build-backend
316312
```
317313

318314

@@ -346,9 +342,7 @@ default_context:
346342
Apply your changes and install:
347343
348344
```shell
349-
cookiecutter -f --no-input --config-file instance.yaml https://github.com/plone/cookiecutter-zope-instance
350-
mxdev -c mx.ini
351-
pip install -r requirements-mxdev.txt
345+
make build-backend
352346
```
353347

354348

0 commit comments

Comments
 (0)