Skip to content

Commit ce35ee4

Browse files
committed
Clarify when it is necessary to build and restart the backend
1 parent 8651e8e commit ce35ee4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,9 @@ Follow the upgrade information, if present.
346346

347347
### Build and start your instance
348348

349-
Build and run the Plone backend.
349+
Whenever you make changes to your backend configuration—for example, install an add-on, or override a Plone core package—then a build and restart is needed.
350+
First stop your Zope instance/Plone site with {kbd}`ctrl-c`.
351+
Then build and run the Plone backend.
350352

351353
```shell
352354
make build-backend

0 commit comments

Comments
 (0)