From adb43f196985f8123e75218be85444d5caf2c495 Mon Sep 17 00:00:00 2001 From: Guy Sartorelli Date: Wed, 19 Apr 2023 16:27:34 +1200 Subject: [PATCH] DOC Update README.md for CMS 5 --- README.md | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index d830ef6..a31fd7f 100644 --- a/README.md +++ b/README.md @@ -7,25 +7,15 @@ The Taxonomy module add the capability to add and edit simple taxonomies within Silverstripe. -## Requirements - - * Silverstripe 4.0+ - * Silverstripe Admin Module 1.0.2+ - - **Note:** this version is compatible with Silverstripe 4. For Silverstripe 3, please see [the 1.x release line](https://github.com/silverstripe/silverstripe-taxonomy/tree/1.2). - ## Features Create multiple taxonomies with any number of nested terms. ## Installation +```sh +composer require silverstripe/taxonomy ``` -$ composer require silverstripe/taxonomy -``` -Afterwards run `/dev/build?flush=all` to rebuild your database. - -For usage instructions see [user manual](docs/en/userguide/index.md). ## Contributing