File tree Expand file tree Collapse file tree 1 file changed +5
-11
lines changed
Expand file tree Collapse file tree 1 file changed +5
-11
lines changed Original file line number Diff line number Diff 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:
346342Apply 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
You can’t perform that action at this time.
0 commit comments