Skip to content

Commit a7f709e

Browse files
committed
Update "Check out a Plone package" section
1 parent 216be98 commit a7f709e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ Pin the version of a Plone package in {file}`mx.ini`:
295295
[settings]
296296
# constraints of Plone packages
297297
version-overrides =
298-
plone.api>=2.0.0a3
298+
plone.api>=2.0.0a3
299299
```
300300

301301
Apply your changes and restart backend:
@@ -325,17 +325,17 @@ branch = master
325325
extras = test
326326
```
327327

328-
Apply your changes and restart backend:
328+
Stop the backend with {kbd}`ctrl-c`.
329+
Then apply your changes and start the backend.
329330

330331
```shell
331332
make build-backend
332333
make start-backend
333334
```
334335

335-
Depending on the package whose version you are overriding, an upgrade step needs to be done in Plone control panel.
336+
Depending on the package version you override, an upgrade step might need to be performed in the Plone control panel.
336337
In your web browser, and assuming you are currently logged in as `admin`, visit the URL http://localhost:8080/Plone/prefs_install_products_form.
337-
Follow the upgrade information.
338-
Not every Plone core package needs and provides upgrade steps.
338+
Follow the upgrade information, if present.
339339

340340

341341
(manage-build-and-start-your-instance-label)=

0 commit comments

Comments
 (0)