DOC Update README.md for CMS 5

This commit is contained in:
Guy Sartorelli 2023-04-19 16:14:38 +12:00
parent 89f1d95568
commit 1a07811310
No known key found for this signature in database
GPG Key ID: F313E3B9504D496A
1 changed files with 2 additions and 10 deletions

View File

@ -9,20 +9,12 @@ This module provides commenting functionality for Pages and other DataObjects on
For more documentation about the module see the provided documentation located inside the docs folder. For more documentation about the module see the provided documentation located inside the docs folder.
## Requirements
* Silverstripe ^4.0
**Note:** This branch is compatible with Silverstripe 4. For a Silverstripe 3 release, please see the 2.x release line.
## Installation ## Installation
``` ```sh
composer require silverstripe/comments composer require silverstripe/comments
``` ```
See docs/en/Installing.md
## Related ## Related
* [silverstripe/comment-notifications](https://github.com/silverstripe/comment-notifications): Comment admin email notifications module * [silverstripe/comment-notifications](https://github.com/silverstripe/comment-notifications): Comment admin email notifications module
@ -39,4 +31,4 @@ and any new translations will be merged back to the project source code.
Please use https://www.transifex.com/projects/p/silverstripe-comments/ to contribute translations, Please use https://www.transifex.com/projects/p/silverstripe-comments/ to contribute translations,
rather than sending pull requests with YAML files. rather than sending pull requests with YAML files.
See the ["i18n" topic](https://docs.silverstripe.org/en/4/developer_guides/i18n/) on doc.silverstripe.org for more details. See the ["i18n" topic](https://docs.silverstripe.org/en/developer_guides/i18n/) on docs.silverstripe.org for more details.