Skip to content

Commit b8b8cc1

Browse files
committed
Revise instructions per #1666 (comment)
1 parent d269d96 commit b8b8cc1

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/backend/upgrading/version-specific-migration/upgrade-to-61.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,8 @@ To enable discussion, you need to perform the following tasks.
9999
% Please add sufficient details for how to do this task, then delete this comment.
100100
% Also consider that there might be different approaches between Classic UI and Volto that need to be mentioned.
101101
102-
1. Install the core add-on `plone.app.discussion`.
103-
1. Enable add-on.
102+
1. In your Python {file}`requirements.txt` or {file}`pyproject.toml` file, add the core add-on `plone.app.discussion` to your dependencies.
103+
1. Run pip to install `plone.app.discussion`.
104+
1. Restart the Plone backend to load `plone.app.discussion`.
105+
1. Enable the {guilabel}`Discussion` add-on in the Plone control panel under {menuselection}`Site Setup --> General`.
104106
1. 🍻

0 commit comments

Comments
 (0)